Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-02 16:10:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-04-02 20:42:59 +0300
commit6bfd77d1365a943808eb08b1db305b77027f3602 (patch)
treef100adcbf786e59bae202b4d0a6c7df013f1c353 /settings/src
parent854cb5d3d145b4c4efbcd8b8e597d34b54548fb6 (diff)
Fix mobile menu on users management
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src')
-rw-r--r--settings/src/views/Users.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/settings/src/views/Users.vue b/settings/src/views/Users.vue
index 5963881b9b9..a878e5fe49a 100644
--- a/settings/src/views/Users.vue
+++ b/settings/src/views/Users.vue
@@ -56,9 +56,7 @@
</div>
</AppNavigationSettings>
</template>
- <template #content>
- <user-list :users="users" :showConfig="showConfig" :selectedGroup="selectedGroup" :externalActions="externalActions" />
- </template>
+ <user-list #content :users="users" :showConfig="showConfig" :selectedGroup="selectedGroup" :externalActions="externalActions" />
</AppContent>
</template>