Skip to content

Commit b107f63

Browse files
committed
Fixed types error
1 parent fc01a5b commit b107f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface Props {
6767
fieldToPreferredValueMap: FieldToValueMap;
6868
frequency: Frequency;
6969
}) => void;
70-
autoFocus: boolean;
70+
autoFocus?: boolean;
7171
}
7272

7373
type State = FieldToValueMap;

0 commit comments

Comments
 (0)