betodealmeida commented on a change in pull request #11936:
URL: 
https://github.com/apache/incubator-superset/pull/11936#discussion_r540405392



##########
File path: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx
##########
@@ -526,16 +530,26 @@ function DashboardList(props: DashboardListProps) {
           );
         }}
       </ConfirmStatusChange>
-      <ImportDashboardModal
+
+      <ImportModelsModal
+        resourceName="dashboard"
+        resourceLabel={t('dashboard')}
+        icon={<StyledIcon name="nav-dashboard" />}
+        passwordsNeededMessage={t(
+          'The passwords for the databases below are needed in order to ' +

Review comment:
       Addressed in https://github.com/apache/incubator-superset/pull/12002




----------------------------------------------------------------
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]

Reply via email to