Skip to content

Commit

Permalink
fix: fix date control
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 21, 2024
1 parent 646a2e2 commit f0eed23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Calendar
value={isString(internalDate) && isDateFieldMacro(internalDate) ? undefined : internalDate}
onValueChange={(v) => {
let vv: string | undefined
let vv
if (v) {
vv = v.toString()
} else {
Expand Down

0 comments on commit f0eed23

Please sign in to comment.