mirror of
https://github.com/gotson/komga.git
synced 2026-01-19 06:32:38 +01:00
change search results to 10
This commit is contained in:
parent
9d82c96484
commit
8cd6c7ba09
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export default Vue.extend({
|
|||
loading: false,
|
||||
series: [] as SeriesDto[],
|
||||
books: [] as BookDto[],
|
||||
pageSize: 5
|
||||
pageSize: 10
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue