mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Updated React Day Picker
This commit is contained in:
parent
51cb9fa248
commit
9e2e87d504
4 changed files with 41 additions and 36 deletions
|
@ -96,12 +96,7 @@ export function DatePicker({
|
|||
</Button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent className='w-auto p-0' onBlur={onBlur}>
|
||||
<Calendar
|
||||
mode='single'
|
||||
selected={date}
|
||||
onSelect={setDate}
|
||||
initialFocus
|
||||
/>
|
||||
<Calendar mode='single' selected={date} onSelect={setDate} />
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue