mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
🐛 Change the dirty state after deleting a workflow (#1992)
This commit is contained in:
parent
73edf05804
commit
e2e57539d6
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue