aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/UserList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/UserList.vue')
-rw-r--r--apps/settings/src/components/UserList.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/settings/src/components/UserList.vue b/apps/settings/src/components/UserList.vue
index d79d695f771..9fcf4d4e526 100644
--- a/apps/settings/src/components/UserList.vue
+++ b/apps/settings/src/components/UserList.vue
@@ -42,9 +42,9 @@
</NcEmptyContent>
<RecycleScroller v-else
+ ref="scroller"
class="user-list"
:style="style"
- ref="scroller"
:items="filteredUsers"
key-field="id"
role="table"
@@ -55,7 +55,6 @@
:item-size="rowHeight"
@hook:mounted="handleMounted"
@scroll-end="handleScrollEnd">
-
<template #before>
<caption class="hidden-visually">
{{ t('settings', 'List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.') }}
@@ -79,7 +78,6 @@
<UserListFooter :loading="loading.users"
:filtered-users="filteredUsers" />
</template>
-
</RecycleScroller>
</Fragment>
</template>