Skip to content

Commit fbf37a2

Browse files
prichodkoCopilot
andauthored
Update src/components/ui/date-picker.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b10c7c9 commit fbf37a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/date-picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function DatePicker({
2525
...props
2626
}: {
2727
trigger?: React.ReactElement
28-
date: Date
28+
date?: Date
2929
onChange: (date: Date) => void
3030
} & React.ComponentProps<typeof Calendar>) {
3131
return (

0 commit comments

Comments
 (0)