aboutsummaryrefslogtreecommitdiffstats
path: root/settings/src/views
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/views
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/views')
-rw-r--r--settings/src/views/Users.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/views/Users.vue b/settings/src/views/Users.vue
index c88487635a9..0d298fd1ca3 100644
--- a/settings/src/views/Users.vue
+++ b/settings/src/views/Users.vue
@@ -55,7 +55,7 @@ export default {
},
beforeMount() {
this.$store.commit('initGroups', {
- groups: this.$store.getters.getServerData.groups,
+ groups: this.$store.getters.getServerData.groups,
orderBy: this.$store.getters.getServerData.sortGroups,
userCount: this.$store.getters.getServerData.userCount
});