Skip to content

Commit 8593cc8

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

File tree

1 file changed

+2
-2
lines changed
  • manager-dashboard/app/components/DateRangeInput

1 file changed

+2
-2
lines changed

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)