N-FIN-98: remove initialFocus attribute
This commit is contained in:
parent
8e94a0bea5
commit
3ce44a3302
1 changed files with 1 additions and 4 deletions
|
@ -125,10 +125,7 @@ export default function PaymentForm({value, entities, categories, onSubmit, clas
|
||||||
<Calendar
|
<Calendar
|
||||||
mode="single"
|
mode="single"
|
||||||
selected={field.value}
|
selected={field.value}
|
||||||
onSelect={(e) => {
|
onSelect={field.onChange}
|
||||||
field.onChange(e);
|
|
||||||
}}
|
|
||||||
initialFocus
|
|
||||||
/>
|
/>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|
Loading…
Add table
Reference in a new issue