Merge pull request #26431 from nextcloud/fix/comments-load-state

Fix comments maxAutoCompleteResults initial state
This commit is contained in:
blizzz 2021-04-06 22:36:40 +02:00 committed by GitHub
commit f12fab23db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -227,7 +227,7 @@ export default {
itemType: 'files',
itemId: this.ressourceId,
sorter: 'commenters|share-recipients',
limit: loadState('comment', 'maxAutoCompleteResults'),
limit: loadState('comments', 'maxAutoCompleteResults'),
},
})
return callback(results.data.ocs.data)