Fix TypeScript build errors

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 16:22:57 +00:00
parent 5637b37ebc
commit dd079bd5a5
12 changed files with 52 additions and 140 deletions

View File

@@ -71,7 +71,7 @@ export function DatePicker({
onSelect={handleSelect}
disabled={getDisabledDates}
initialFocus
captionLayout="dropdown-buttons"
captionLayout="dropdown"
fromYear={fromYear}
toYear={toYear}
/>