rusackas commented on a change in pull request #11820:
URL:
https://github.com/apache/incubator-superset/pull/11820#discussion_r532875795
##########
File path: superset-frontend/src/views/CRUD/chart/ChartList.tsx
##########
@@ -45,6 +45,7 @@ import withToasts from
'src/messageToasts/enhancers/withToasts';
import PropertiesModal from 'src/explore/components/PropertiesModal';
import Chart from 'src/types/Chart';
import TooltipWrapper from 'src/components/TooltipWrapper';
+import { destroyBulk as bulkDeleteCharts } from 'src/api/chart';
Review comment:
This is another case where I think we might as well name the export in
this explicit manner, then it'll be easier to search/track its use cases in the
codebase.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]