There was an error while loading. Please reload this page.
1 parent 915d437 commit bde4977Copy full SHA for bde4977
1 file changed
apps/settings/src/store/users.js
@@ -220,7 +220,7 @@ const actions = {
220
.then((response) => {
221
if (Object.keys(response.data.ocs.data.users).length > 0) {
222
context.commit('appendUsers', response.data.ocs.data.users)
223
- return true
+ return Object.keys(response.data.ocs.data.users).length === limit
224
}
225
return false
226
})
@@ -237,7 +237,7 @@ const actions = {
237
238
239
240
241
242
243
0 commit comments