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
|
value: role
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
this.tab = "editionRoles";
|
||||||
this.$store.commit("toggleModal", "role");
|
this.$store.commit("toggleModal", "role");
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
|
|
Loading…
Reference in New Issue