Skip to content

Commit

Permalink
fix: fix showCurrentTimeAsDefault prop type
Browse files Browse the repository at this point in the history
affects: @medly-components/core
  • Loading branch information
gmukul01 committed Nov 2, 2024
1 parent 40d0ab7 commit d690d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/TimePicker/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export interface TimePickerProps extends Omit<TextFieldProps, 'value' | 'onChang
/** Should clear on cancel */
clearOnCancel?: boolean;
/** Set it true to show current time */
showCurrentTimeAsDefault?: Date;
showCurrentTimeAsDefault?: boolean;
}

0 comments on commit d690d3b

Please sign in to comment.