mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
⚡ Fix issue that tab-title did not get reset on new workflow
This commit is contained in:
parent
e525c79032
commit
4077cabb52
|
@ -470,6 +470,7 @@ export default mixins(
|
|||
type: 'success',
|
||||
});
|
||||
}
|
||||
this.$titleReset();
|
||||
} else if (key === 'credentials-open') {
|
||||
this.credentialOpenDialogVisible = true;
|
||||
} else if (key === 'credentials-new') {
|
||||
|
|
Loading…
Reference in a new issue