bill 2 éve
szülő
commit
7d26ed7ca2
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();