chore: refs #6919 drop state
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-10 11:37:12 +01:00
parent 105f149503
commit 74f151800d
1 changed files with 0 additions and 1 deletions

View File

@ -63,6 +63,5 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
clear, clear,
reset, reset,
resetPagination, resetPagination,
state,
}; };
}); });