diff --git a/frontend/src/lib/components/SavedInputs.svelte b/frontend/src/lib/components/SavedInputs.svelte index 1a2adf53ce..e16ba75c47 100644 --- a/frontend/src/lib/components/SavedInputs.svelte +++ b/frontend/src/lib/components/SavedInputs.svelte @@ -48,10 +48,10 @@ $: runnableType = scriptHash ? 'ScriptHash' : scriptPath - ? 'ScriptPath' - : flowPath - ? 'FlowPath' - : undefined + ? 'ScriptPath' + : flowPath + ? 'FlowPath' + : undefined let hasAlreadyFailed = false async function loadInputHistory() { @@ -379,7 +379,8 @@ class="w-full h-full items-center text-xs font-normal grid grid-cols-8 gap-4 min-w-0" >