🐛 Change the dirty state after deleting a workflow (#1992)

This commit is contained in:
MedAliMarz 2021-07-17 09:00:39 +02:00 committed by GitHub
parent 73edf05804
commit e2e57539d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,6 +395,7 @@ export default mixins(
this.$showError(error, 'Problem deleting the workflow', 'There was a problem deleting the workflow:'); this.$showError(error, 'Problem deleting the workflow', 'There was a problem deleting the workflow:');
return; return;
} }
this.$store.commit('setStateDirty', false);
// Reset tab title since workflow is deleted. // Reset tab title since workflow is deleted.
this.$titleReset(); this.$titleReset();
this.$showMessage({ this.$showMessage({