mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Allow $secrets to resolve on credentials (#10093)
This commit is contained in:
@@ -177,6 +177,8 @@ const evaluatedExpression = computed<Result<unknown, Error>>(() => {
|
||||
};
|
||||
}
|
||||
|
||||
if (props.isForCredential) opts.additionalKeys = resolvedAdditionalExpressionData.value;
|
||||
|
||||
return { ok: true, result: workflowHelpers.resolveExpression(value, undefined, opts) };
|
||||
} catch (error) {
|
||||
return { ok: false, error };
|
||||
|
||||
Reference in New Issue
Block a user