diff --git a/packages/compass-indexes/src/stores/store.ts b/packages/compass-indexes/src/stores/store.ts index dcb4ea04588..07d84d3814e 100644 --- a/packages/compass-indexes/src/stores/store.ts +++ b/packages/compass-indexes/src/stores/store.ts @@ -143,7 +143,7 @@ export function activateIndexesPlugin( on(globalAppRegistry, 'refresh-data', () => { void store.dispatch(fetchRegularIndexes()); if (options.isSearchIndexesSupported) { - void store.dispatch(fetchRegularIndexes()); + void store.dispatch(fetchSearchIndexes()); } });