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

This commit is contained in:
Jan Oberhauser 2021-01-17 14:07:07 +01:00
parent e525c79032
commit 4077cabb52

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