mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 22:59:17 +02:00
Resolve "Don't display an empty page browser"
This commit is contained in:
parent
203b691a09
commit
a4047ff472
12 changed files with 12 additions and 11 deletions
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<pagination
|
||||
v-if="result && result.results.length > 0"
|
||||
v-if="result && result.count > paginateBy"
|
||||
@page-changed="selectPage"
|
||||
:compact="true"
|
||||
:current="page"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue