Skip to content

Commit

Permalink
fix(DatePicker): add null as possible date type as return value (#4407
Browse files Browse the repository at this point in the history
)
  • Loading branch information
langz authored Dec 13, 2024
1 parent be1c21c commit 363e0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type ReturnObject<E> = {
event?: E
attributes?: Record<string, unknown>
days_between?: number
date?: string
date?: string | null
start_date?: string
end_date?: string
is_valid?: boolean
Expand Down

0 comments on commit 363e0b5

Please sign in to comment.