diff --git a/core/src/store/unified-search-external-filters.js b/core/src/store/unified-search-external-filters.js index 996a882e25f9b..fdc2ba047ca0b 100644 --- a/core/src/store/unified-search-external-filters.js +++ b/core/src/store/unified-search-external-filters.js @@ -4,9 +4,7 @@ */ import { defineStore } from 'pinia' -export const useSearchStore = defineStore({ - id: 'search', - +export const useSearchStore = defineStore('search', { state: () => ({ externalFilters: [], }),