File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
compass-aggregations/src/stores Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,6 @@ export function activateAggregationsPlugin(
199
199
void store . dispatch ( refreshInputDocuments ( ) ) ;
200
200
} ;
201
201
202
- /**
203
- * Refresh documents on data refresh.
204
- */
205
- on ( localAppRegistry , 'refresh-data' , ( ) => {
206
- refreshInput ( ) ;
207
- } ) ;
208
-
209
202
on ( localAppRegistry , 'generate-aggregation-from-query' , ( data ) => {
210
203
store . dispatch ( generateAggregationFromQuery ( data ) ) ;
211
204
} ) ;
Original file line number Diff line number Diff line change @@ -2081,8 +2081,6 @@ export function activateDocumentsPlugin(
2081
2081
// TODO(COMPASS-7543): remove dependency on this event
2082
2082
on ( localAppRegistry , 'query-changed' , store . onQueryChanged . bind ( store ) ) ;
2083
2083
2084
- on ( localAppRegistry , 'refresh-data' , store . refreshDocuments . bind ( store ) ) ;
2085
-
2086
2084
on (
2087
2085
localAppRegistry ,
2088
2086
'favorites-open-bulk-update-favorite' ,
You can’t perform that action at this time.
0 commit comments