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
|
||||
mode="single"
|
||||
selected={field.value}
|
||||
onSelect={(e) => {
|
||||
field.onChange(e);
|
||||
}}
|
||||
initialFocus
|
||||
onSelect={field.onChange}
|
||||
/>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
|
|
Loading…
Add table
Reference in a new issue