refactor(contacts): use InputBar settings store for autoFocus

Remove hardcoded autoFocus prop now that it's controlled by the
global InputBar settings store introduced in the context menu feature.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-14 22:22:40 +01:00
parent e0d7b3d13d
commit 9e0c8cbd7d

View file

@ -374,7 +374,6 @@
onParseCreate={handleParseCreate}
createText="Erstellen"
appIcon="contacts"
autoFocus={true}
bottomOffset={inputBarBottomOffset}
hasFabRight={showContactsToolbar}
/>