Merge pull request #26431 from nextcloud/fix/comments-load-state
Fix comments maxAutoCompleteResults initial state
This commit is contained in:
commit
f12fab23db
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue