diff --git a/frontend/src/lib/components/SavedInputs.svelte b/frontend/src/lib/components/SavedInputs.svelte index c17dd1c6ca..51dedbd920 100644 --- a/frontend/src/lib/components/SavedInputs.svelte +++ b/frontend/src/lib/components/SavedInputs.svelte @@ -34,7 +34,7 @@ let savingInputs = false const dispatch = createEventDispatcher() - $: runnableId = scriptPath || flowPath || undefined + $: runnableId = scriptHash || scriptPath || flowPath || undefined $: runnableType = scriptHash ? RunnableType.SCRIPT_HASH : scriptPath