mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 06:31:12 -05:00
Fix: Pass captionLayout to Calendar in DatePicker
This commit is contained in:
@@ -139,6 +139,7 @@ export function DatePicker({
|
||||
className="p-3 pointer-events-auto"
|
||||
fromYear={fromYear}
|
||||
toYear={toYear}
|
||||
captionLayout="dropdown-buttons"
|
||||
/>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
@@ -175,6 +176,7 @@ export function DatePicker({
|
||||
className="p-3 pointer-events-auto"
|
||||
fromYear={fromYear}
|
||||
toYear={toYear}
|
||||
captionLayout="dropdown-buttons"
|
||||
/>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user