diff --git a/ui/src/components/infinite-scroll/index.vue b/ui/src/components/infinite-scroll/index.vue index bfb26cee9..a562c5c28 100644 --- a/ui/src/components/infinite-scroll/index.vue +++ b/ui/src/components/infinite-scroll/index.vue @@ -56,7 +56,7 @@ const disabledScroll = computed(() => props.size > 0 && (props.loading || noMore function loadDataset() { if (props.total > props.page_size) { current.value += 1 - emit('update:current_page', current) + emit('update:current_page', current.value) emit('load') } } diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue index 5f59e4a62..aa8361c33 100644 --- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue +++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue @@ -32,7 +32,7 @@ -
{{ $t("layout.topbar.version") }}:{{ version }}
+
{{ $t("layout.topbar.avatar.version") }}:{{ version }}