We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1709e1f commit fe72c69Copy full SHA for fe72c69
apps/sim/stores/modals/search/store.ts
@@ -40,8 +40,6 @@ export const useSearchModalStore = create<SearchModalState>()(
40
},
41
42
initializeData: (filterBlocks) => {
43
- if (get().data.isInitialized) return
44
-
45
const allBlocks = getAllBlocks()
46
const filteredAllBlocks = filterBlocks(allBlocks) as typeof allBlocks
47
0 commit comments