mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
ensure we always load the secret value in the variable editor
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
decryptSecret: true
|
||||
})
|
||||
variable.value = getV.value ?? ''
|
||||
editor?.getCode(variable.value)
|
||||
editor?.setCode(variable.value)
|
||||
}
|
||||
|
||||
const MAX_VARIABLE_LENGTH = 3000
|
||||
|
||||
Reference in New Issue
Block a user