nytai commented on a change in pull request #10298:
URL:
https://github.com/apache/incubator-superset/pull/10298#discussion_r455197521
##########
File path: superset-frontend/src/views/dashboardList/DashboardList.tsx
##########
@@ -45,23 +45,24 @@ interface Props {
}
interface State {
- dashboards: any[];
+ bulkSelectEnabled: boolean;
dashboardCount: number;
- loading: boolean;
+ dashboards: any[];
Review comment:
DatasetList got converted into a functional component with hooks, so the
shared interface makes less sense. Shared hooks on the other hand.... 🤔
----------------------------------------------------------------
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]