diff --git a/js/src/views/Admin/InstancesView.vue b/js/src/views/Admin/InstancesView.vue index 224216cb2..3dad71a07 100644 --- a/js/src/views/Admin/InstancesView.vue +++ b/js/src/views/Admin/InstancesView.vue @@ -66,7 +66,7 @@ /> -
+
INSTANCES_PAGE_LIMIT" :total="instances.total" - v-model="instancePage" + v-model:current="instancePage" :per-page="INSTANCES_PAGE_LIMIT" :aria-next-label="t('Next page')" :aria-previous-label="t('Previous page')"