mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana-UI: Make TimeOfDayPicker value optional (#26703)
This commit is contained in:
parent
fa4084f90a
commit
9b532a7834
@ -10,7 +10,7 @@ import { focusCss } from '../../themes/mixins';
|
||||
|
||||
export interface Props {
|
||||
onChange: (value: DateTime) => void;
|
||||
value: DateTime;
|
||||
value?: DateTime;
|
||||
showHour?: boolean;
|
||||
minuteStep?: number;
|
||||
size?: FormInputSize;
|
||||
|
Loading…
Reference in New Issue
Block a user