diff --git a/apps/sim/stores/modals/search/store.ts b/apps/sim/stores/modals/search/store.ts index d523cb373..ac591e7b3 100644 --- a/apps/sim/stores/modals/search/store.ts +++ b/apps/sim/stores/modals/search/store.ts @@ -40,8 +40,6 @@ export const useSearchModalStore = create()( }, initializeData: (filterBlocks) => { - if (get().data.isInitialized) return - const allBlocks = getAllBlocks() const filteredAllBlocks = filterBlocks(allBlocks) as typeof allBlocks