michael-s-molina commented on a change in pull request #16992:
URL: https://github.com/apache/superset/pull/16992#discussion_r727937050
##########
File path: superset-frontend/src/components/Modal/Modal.tsx
##########
@@ -51,6 +51,7 @@ export interface ModalProps {
centered?: boolean;
footer?: React.ReactNode;
wrapProps?: object;
+ maskStyle?: object;
Review comment:
> what if user opens on a dashboard_1, feels too much work to do, and
decided to do some other work, like another dashboard or chart, or sql lab? If
i cover whole page with modal (default behavior), user have no way to get out
of this situation right?
In this case, can't the user just click on Cancel or Remind me in 24 hours?
By the way, what's the difference between Cancel and Remind me in 24 hours? If
I click on Cancel, shouldn't we remind the user again about the pending
migration?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]