feat: refs #8602 remove unused state property from useArrayDataStore
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2025-03-17 09:17:59 +01:00
parent 8b73227b80
commit 70a1eff75f
1 changed files with 0 additions and 1 deletions

View File

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