fix: bind pagination current prop

Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
This commit is contained in:
Hugo Renard
2023-05-02 14:52:10 +02:00
parent 94a51fbcab
commit 4bcf572c54
7 changed files with 7 additions and 7 deletions

View File

@@ -417,7 +417,7 @@
</ul>
<o-pagination
:total="actionLogs.total"
v-model="page"
v-model:current="page"
:per-page="LOGS_PER_PAGE"
:aria-next-label="$t('Next page')"
:aria-previous-label="$t('Previous page')"