-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: [M3-6305] - MUI v5 Migration SRC > Components > ConfirmationDialog #9016
Conversation
2 flaky tests on run #3067 ↗︎
Details:
images/machine-image-upload.spec.ts • 1 flaky test
linodes/rescue-linode.spec.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@@ -9,7 +9,7 @@ import * as React from 'react'; | |||
import { compose } from 'recompose'; | |||
import ActionsPanel from 'src/components/ActionsPanel'; | |||
import Button from 'src/components/Button'; | |||
import Dialog from 'src/components/ConfirmationDialog'; | |||
import { ConfirmationDialog } from 'src/components/ConfirmationDialog/ConfirmationDialog'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Named exports make this so much clearer, especially when we have an actual Dialog
component!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Component in the UI and in Storybook looks good to me.
I'm approving pending a changelog update and (optionally, but would be nice to do) renaming the Props interface + updating the imports in the necessary files.
Description 📝
How to test 🧪
How do I run relevant unit or e2e tests?