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(
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 } ) ;
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments