Commit 9b532a78 by Alex Khomenko Committed by GitHub

Grafana-UI: Make TimeOfDayPicker value optional (#26703)

parent fa4084f9
...@@ -10,7 +10,7 @@ import { focusCss } from '../../themes/mixins'; ...@@ -10,7 +10,7 @@ import { focusCss } from '../../themes/mixins';
export interface Props { export interface Props {
onChange: (value: DateTime) => void; onChange: (value: DateTime) => void;
value: DateTime; value?: DateTime;
showHour?: boolean; showHour?: boolean;
minuteStep?: number; minuteStep?: number;
size?: FormInputSize; size?: FormInputSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment