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', 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') {