Skip to content

Commit 9b38a5b

Browse files
authored
Merge branch 'main' into CLOUDP-333847
2 parents 6d9061c + 47a9cbb commit 9b38a5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Fri Aug 15 2025.
2+
This document was automatically generated on Mon Aug 18 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Fri, Aug 15, 2025
9+
Generated on Mon, Aug 18, 2025
1010

1111
## Table of Contents
1212

packages/compass-indexes/src/stores/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function activateIndexesPlugin(
143143
on(globalAppRegistry, 'refresh-data', () => {
144144
void store.dispatch(fetchRegularIndexes());
145145
if (options.isSearchIndexesSupported) {
146-
void store.dispatch(fetchRegularIndexes());
146+
void store.dispatch(fetchSearchIndexes());
147147
}
148148
});
149149

0 commit comments

Comments
 (0)