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:
Gauthier Roebroeck 2020-03-17 17:46:08 +08:00
parent 49e259f7fe
commit afc2cd4e70

View file

@ -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>