Skip to content

Commit afc3d7c

Browse files
committed
fixed typing issue on optional param
1 parent 51ffd2a commit afc3d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold

x-pack/plugins/triggers_actions_ui/public/application/components/builtin_alert_types/threshold/visualization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ interface Props {
9191
[key: string]: Comparator;
9292
};
9393
alertsContext: AlertsContextValue;
94-
refreshRateInMilliseconds: number;
94+
refreshRateInMilliseconds?: number;
9595
}
9696

9797
const DEFAULT_REFRESH_RATE = 5000;

0 commit comments

Comments
 (0)