From 7c39415c3a3ff016fac3af868042d1a7b94435ec Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Fri, 11 Sep 2026 19:24:17 +0200 Subject: [PATCH] fix: start new schedules enabled, keep ws versions off created variables Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01ViTUkt4czrvZdxdWwxqRAQ --- frontend/src/lib/components/VariableEditor.svelte | 4 +++- frontend/src/lib/components/triggers/schedules/scheduleCfg.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/VariableEditor.svelte b/frontend/src/lib/components/VariableEditor.svelte index 355aece019..e827bfbe67 100644 --- a/frontend/src/lib/components/VariableEditor.svelte +++ b/frontend/src/lib/components/VariableEditor.svelte @@ -361,7 +361,9 @@ {#snippet actions()} - {#if edit && curWs} + + {#if editPath !== undefined && curWs} {/if}