ensure we always load the secret value in the variable editor

This commit is contained in:
Ruben Fiszel
2022-11-27 19:05:29 +01:00
parent cd98c92917
commit ff14534e90
@@ -70,7 +70,7 @@
decryptSecret: true
})
variable.value = getV.value ?? ''
editor?.getCode(variable.value)
editor?.setCode(variable.value)
}
const MAX_VARIABLE_LENGTH = 3000