fix(g1g1): don't stack modals plz

This commit is contained in:
SabreCat 2021-11-22 15:16:29 -06:00
parent f2b9098917
commit ebdfc797f5

View file

@ -475,6 +475,7 @@ export default {
},
showSelectUser () {
this.$root.$emit('bv::show::modal', 'select-user-modal');
this.close();
},
},
};