1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

i18n admin strings

This commit is contained in:
McMatts 2022-03-03 14:03:48 -05:00
parent 7cf672646a
commit c09a116e56
4 changed files with 67 additions and 41 deletions

View file

@ -222,6 +222,8 @@ export default Component.extend(AuthProvider, ModalMixin, Notifier, {
})
this.set('groups', groups);
if (_.isNull(groups)) return;
this.modalOpen("#group-member-modal", {"show": true});
},