Skip to content

Commit

Permalink
minor fix date time story
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Apr 24, 2024
1 parent 9813588 commit 15106f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const DateTime: StoryFn = () => {
value={val}
onChange={(v) => {
setValue(v)
action('onChange')(v.toISOString())
action('onChange')(v?.toISOString())
}}
/>
)
Expand Down

0 comments on commit 15106f9

Please sign in to comment.