Skip to content

Commit

Permalink
refactor: Drop deprecated use of defineStore
Browse files Browse the repository at this point in the history
Signed-off-by: nfebe <[email protected]>
  • Loading branch information
nfebe committed Jan 28, 2025
1 parent 8c62ebe commit 067de3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/store/unified-search-external-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
*/
import { defineStore } from 'pinia'

export const useSearchStore = defineStore({
id: 'search',

export const useSearchStore = defineStore('search', {
state: () => ({
externalFilters: [],
}),
Expand Down

0 comments on commit 067de3e

Please sign in to comment.