We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c680e74 commit 9d0238bCopy full SHA for 9d0238b
core/src/store/unified-search-external-filters.js
@@ -4,9 +4,7 @@
4
*/
5
import { defineStore } from 'pinia'
6
7
-export const useSearchStore = defineStore({
8
- id: 'search',
9
-
+export const useSearchStore = defineStore('search', {
10
state: () => ({
11
externalFilters: [],
12
}),
0 commit comments