mirror of
https://github.com/bra1n/townsquare.git
synced 2025-03-14 22:04:36 +00:00
revert role modal tab when closing (fixes #194)
This commit is contained in:
parent
935386a243
commit
dc564f1d42
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue