mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
fix(webui): change page size on media analysis screen
All was not working properly, using 20/50/100 instead of the default values
This commit is contained in:
parent
49e259f7fe
commit
afc2cd4e70
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
sort-by="media.status"
|
||||
multi-sort
|
||||
class="elevation-1"
|
||||
:footer-props="{
|
||||
itemsPerPageOptions: [20, 50, 100]
|
||||
}"
|
||||
>
|
||||
<template v-slot:item.name="{ item }">
|
||||
<router-link :to="{name:'browse-book', params: {bookId: item.id}}">{{ item.name }}</router-link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue