mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(g1g1): don't stack modals plz
This commit is contained in:
parent
f2b9098917
commit
ebdfc797f5
1 changed files with 1 additions and 0 deletions
|
|
@ -475,6 +475,7 @@ export default {
|
|||
},
|
||||
showSelectUser () {
|
||||
this.$root.$emit('bv::show::modal', 'select-user-modal');
|
||||
this.close();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue