We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbe549 commit c41f324Copy full SHA for c41f324
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