Skip to content

Commit 9d0238b

Browse files
committed
refactor: Drop deprecated use of defineStore
Signed-off-by: nfebe <fenn25.fn@gmail.com>
1 parent c680e74 commit 9d0238b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/store/unified-search-external-filters.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
*/
55
import { defineStore } from 'pinia'
66

7-
export const useSearchStore = defineStore({
8-
id: 'search',
9-
7+
export const useSearchStore = defineStore('search', {
108
state: () => ({
119
externalFilters: [],
1210
}),

0 commit comments

Comments
 (0)