fix(forms): remove autofocus from WhoWhenSection entirely

The autofocus prop was added conditionally but still triggered on the
bulk-upload page. Removing it completely — callers that need focus
management can handle it independently.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-24 19:51:15 +02:00
committed by marcel
parent 61f84a86ac
commit ca62f50921
2 changed files with 1 additions and 6 deletions

View File

@@ -220,7 +220,6 @@ async function save() {
bind:selectedReceivers={selectedReceivers}
bind:dateIso={dateIso}
initialSenderName={initialSenderName}
autofocus={false}
/>
<DescriptionSection bind:tags={tags} hideTitle />
</ScopeCard>