diff --git a/frontend/src/lib/components/triggers/schedules/ScheduleEditorInner.svelte b/frontend/src/lib/components/triggers/schedules/ScheduleEditorInner.svelte index 728aa26ce4..2d8c7cf970 100644 --- a/frontend/src/lib/components/triggers/schedules/ScheduleEditorInner.svelte +++ b/frontend/src/lib/components/triggers/schedules/ScheduleEditorInner.svelte @@ -185,7 +185,6 @@ async load({ workspace, path }) { if (isTemporaryPath(path)) { const opts = newTemplates.get(path) - newTemplates.delete(path) if (!opts) throw new Error('No template for this schedule') return { template: await newScheduleCfg(opts) } }