diff --git a/src/client/components/monitor/MonitorInfoEditor.tsx b/src/client/components/monitor/MonitorInfoEditor.tsx index 1cd7154..e3f284e 100644 --- a/src/client/components/monitor/MonitorInfoEditor.tsx +++ b/src/client/components/monitor/MonitorInfoEditor.tsx @@ -7,7 +7,7 @@ import { NotificationPicker } from '../notification/NotificationPicker'; export type MonitorInfoEditorValues = Omit< Monitor, - 'id' | 'workspaceId' | 'createdAt' + 'id' | 'workspaceId' | 'createdAt' | 'updatedAt' > & { id?: string; payload: Record;