diff --git a/frontend/src/lib/components/VariableEditor.svelte b/frontend/src/lib/components/VariableEditor.svelte index f17b700b5f..90b5b7af0a 100644 --- a/frontend/src/lib/components/VariableEditor.svelte +++ b/frontend/src/lib/components/VariableEditor.svelte @@ -70,7 +70,7 @@ decryptSecret: true }) variable.value = getV.value ?? '' - editor?.getCode(variable.value) + editor?.setCode(variable.value) } const MAX_VARIABLE_LENGTH = 3000