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', { ...@@ -6,7 +6,7 @@ export const useRecipeStore = defineStore('recipe', {
recipe: null, recipe: null,
recipes: [], recipes: [],
currentPage: 0, currentPage: 0,
pageSize: 6, pageSize: 10,
totalElements: 0, totalElements: 0,
totalPages: 0, totalPages: 0,
sortDirection: 'desc' 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