perf(recipeStore): cambio en valor por defecto de paginación

parent ed6d7f87
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ export const useRecipeStore = defineStore('recipe', {
recipe: null,
recipes: [],
currentPage: 0,
pageSize: 6,
pageSize: 10,
totalElements: 0,
totalPages: 0,
sortDirection: 'desc'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment