Skip to content

Commit ecf93fb

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 421fc03 + 6c35b59 commit ecf93fb

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@ export function activateAggregationsPlugin(
199199
void store.dispatch(refreshInputDocuments());
200200
};
201201

202-
/**
203-
* Refresh documents on data refresh.
204-
*/
205-
on(localAppRegistry, 'refresh-data', () => {
206-
refreshInput();
207-
});
208-
209202
on(localAppRegistry, 'generate-aggregation-from-query', (data) => {
210203
store.dispatch(generateAggregationFromQuery(data));
211204
});

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,8 +2081,6 @@ export function activateDocumentsPlugin(
20812081
// TODO(COMPASS-7543): remove dependency on this event
20822082
on(localAppRegistry, 'query-changed', store.onQueryChanged.bind(store));
20832083

2084-
on(localAppRegistry, 'refresh-data', store.refreshDocuments.bind(store));
2085-
20862084
on(
20872085
localAppRegistry,
20882086
'favorites-open-bulk-update-favorite',

0 commit comments

Comments
 (0)