mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix: load input history correctly on past versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user