mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix error when there is no path back to referenced node (#16059)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
committed by
GitHub
parent
50b83add83
commit
d6ac924b3b
@@ -305,7 +305,7 @@ export class NDV extends BasePage {
|
||||
this.actions.typeIntoParameterInput(fieldName, invalidExpression ?? "{{ $('unknown')", {
|
||||
parseSpecialCharSequences: false,
|
||||
});
|
||||
this.actions.validateExpressionPreview(fieldName, "node doesn't exist");
|
||||
this.actions.validateExpressionPreview(fieldName, 'No path back to node');
|
||||
},
|
||||
openSettings: () => {
|
||||
this.getters.nodeSettingsTab().click();
|
||||
|
||||
Reference in New Issue
Block a user