bill 2 lat temu
rodzic
commit
7d26ed7ca2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/taggings/list.vue

+ 1 - 1
src/views/taggings/list.vue

@@ -69,7 +69,7 @@ const projectId = computed(() => Number(router.currentRoute.value.params.id));
 const pagination = reactive({
   current: 1,
   total: 0,
-  pageSize: 12,
+  pageSize: 10,
   onChange: (current: number) => {
     pagination.current = current;
     updateMaterials();