revert role modal tab when closing (fixes #194)

This commit is contained in:
Steffen 2021-07-14 13:25:42 +02:00
parent 30aa5cdf8a
commit ff217761ff
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export default {
value: role
});
}
this.tab = "editionRoles";
this.$store.commit("toggleModal", "role");
},
close() {