Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 8593cc8

Browse files
committed
feat(manager-dashboard): adjust value interface
1 parent 88de7c2 commit 8593cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • manager-dashboard/app/components/DateRangeInput

manager-dashboard/app/components/DateRangeInput/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ function sameMonth(foo: Date, bar: Date) {
3939
}
4040

4141
export interface Value {
42-
startDate: string;
43-
endDate: string;
42+
startDate?: string;
43+
endDate?: string;
4444
}
4545

4646
interface DateRendererProps extends CalendarDateProps {

0 commit comments

Comments
 (0)