fix(editor): Set document title when renaming and loading workflow (no-changelog) (#11100)

This commit is contained in:
Alex Grozav
2024-10-04 15:15:25 +03:00
committed by GitHub
parent cd6edeae17
commit cc009559ee
2 changed files with 2 additions and 1 deletions

View File

@@ -367,6 +367,7 @@ async function onNameSubmit({
if (saved) {
isNameEditEnabled.value = false;
showCreateWorkflowSuccessToast(id);
workflowHelpers.setDocumentTitle(newName, 'IDLE');
}
uiStore.removeActiveAction('workflowSaving');
onSubmit(saved);