mirror of https://github.com/bra1n/townsquare.git
revert role modal tab when closing (fixes #194)
This commit is contained in:
parent
30aa5cdf8a
commit
ff217761ff
|
@ -100,6 +100,7 @@ export default {
|
|||
value: role
|
||||
});
|
||||
}
|
||||
this.tab = "editionRoles";
|
||||
this.$store.commit("toggleModal", "role");
|
||||
},
|
||||
close() {
|
||||
|
|
Loading…
Reference in New Issue