1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 01:19:07 +03:00

Fix issue that tab-title did not get reset on new workflow

This commit is contained in:
Jan Oberhauser 2021-01-17 14:04:46 +01:00
parent d8f175a010
commit 699d0a8946

View File

@ -470,6 +470,7 @@ export default mixins(
type: 'success',
});
}
this.$titleReset();
} else if (key === 'credentials-open') {
this.credentialOpenDialogVisible = true;
} else if (key === 'credentials-new') {