mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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',
|
type: 'success',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
this.$titleReset();
|
||||||
} else if (key === 'credentials-open') {
|
} else if (key === 'credentials-open') {
|
||||||
this.credentialOpenDialogVisible = true;
|
this.credentialOpenDialogVisible = true;
|
||||||
} else if (key === 'credentials-new') {
|
} else if (key === 'credentials-new') {
|
||||||
|
|
Loading…
Reference in a new issue