aboutsummaryrefslogtreecommitdiffstats
path: root/settings/src/components/userList.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-23 09:43:33 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-23 09:43:33 +0200
commitaa1c6fb6b49faeb9966941e2f4fccadc3e9d76a0 (patch)
tree88025f0dadb13efb71d6a71fc583a80031b4c93b /settings/src/components/userList.vue
parent4bbad8f88a0c62477cae8116b296d584b46ed8e6 (diff)
downloadnextcloud-server-aa1c6fb6b49faeb9966941e2f4fccadc3e9d76a0.tar.gz
nextcloud-server-aa1c6fb6b49faeb9966941e2f4fccadc3e9d76a0.zip
Fixed IE design, subadmins groups update and multiselect base width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src/components/userList.vue')
-rw-r--r--settings/src/components/userList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/components/userList.vue b/settings/src/components/userList.vue
index cb0a6944823..ec08992e6cc 100644
--- a/settings/src/components/userList.vue
+++ b/settings/src/components/userList.vue
@@ -189,7 +189,7 @@ export default {
},
subAdminsGroups() {
// data provided php side
- return this.$store.getters.getServerData.subadmingroups;
+ return this.$store.getters.getSubadminGroups;
},
quotaOptions() {
// convert the preset array into objects