mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix bug causing node issues to not be assigned before first interaction (no-changelog) (#10980)
This commit is contained in:
@@ -319,12 +319,14 @@ async function initializeRoute() {
|
||||
|
||||
await initializeWorkspaceForExistingWorkflow(workflowId.value);
|
||||
|
||||
nodeHelpers.updateNodesInputIssues();
|
||||
nodeHelpers.updateNodesCredentialsIssues();
|
||||
nodeHelpers.updateNodesParameterIssues();
|
||||
|
||||
await loadCredentials();
|
||||
await initializeDebugMode();
|
||||
|
||||
void nextTick(() => {
|
||||
nodeHelpers.updateNodesInputIssues();
|
||||
nodeHelpers.updateNodesCredentialsIssues();
|
||||
nodeHelpers.updateNodesParameterIssues();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user