Fix comments maxAutoCompleteResults initial state
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
2056b76c5f
commit
cd3b3a6fdf
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