From 74f151800d89113d961365cef089359289c2d457 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 10 Jan 2025 11:37:12 +0100 Subject: [PATCH] chore: refs #6919 drop state --- src/stores/useArrayDataStore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/useArrayDataStore.js b/src/stores/useArrayDataStore.js index b6a904dc8..b3996d1e3 100644 --- a/src/stores/useArrayDataStore.js +++ b/src/stores/useArrayDataStore.js @@ -63,6 +63,5 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => { clear, reset, resetPagination, - state, }; });