fix(webui): incorrect count of collections in browse collections screen

This commit is contained in:
Gauthier Roebroeck 2020-06-28 20:21:27 +08:00
parent a1cb186a28
commit 22549291d8

View file

@ -7,7 +7,7 @@
<v-toolbar-title>
<span>{{ library ? library.name : 'All libraries' }}</span>
<badge class="ml-4">{{ collections.length }}</badge>
<badge class="ml-4">{{ totalElements }}</badge>
</v-toolbar-title>
<v-spacer/>