Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
waynelwz committed Oct 19, 2023
1 parent 9ac4d28 commit 99f3b08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function FieldDatetime({ options: renderOptions = [], optionFilter = () => true,
const initialValue = multi ? (Array.isArray(value) ? value : [value, undefined]) : value
return (
<StatefulCalendar
// @ts-ignore
initialState={{
value: initialValue as any,
}}
Expand Down

0 comments on commit 99f3b08

Please sign in to comment.