mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Set document title when renaming and loading workflow (no-changelog) (#11100)
This commit is contained in:
@@ -372,7 +372,7 @@ async function initializeWorkspaceForExistingWorkflow(id: string) {
|
||||
|
||||
async function openWorkflow(data: IWorkflowDb) {
|
||||
resetWorkspace();
|
||||
workflowHelpers.setDocumentTitle(editableWorkflow.value.name, 'IDLE');
|
||||
workflowHelpers.setDocumentTitle(data.name, 'IDLE');
|
||||
|
||||
await initializeWorkspace(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user