UX: Reduce max number of results in originals file browser to 999
This commit is contained in:
parent
b0953b1d7a
commit
c7a6bdce97
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default {
|
|||
path: "",
|
||||
page: 0,
|
||||
files: {
|
||||
limit: Folder.limit(),
|
||||
limit: 999,
|
||||
offset: 0,
|
||||
},
|
||||
titleRule: v => v.length <= this.$config.get('clip') || this.$gettext("Name too long"),
|
||||
|
|
Loading…
Reference in a new issue