-
Notifications
You must be signed in to change notification settings - Fork 202
chore(popover): fix dismissible spelling #3689
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
chore(popover): fix dismissible spelling #3689
Conversation
File metricsSummaryTotal size: 1.38 MB* 🎉 No changes detected in any packages * Size is the sum of all main files for packages in the library.* An ASCII character in UTF-8 is 8 bits or 1 byte. |
🚀 Deployed on https://pr-3689--spectrum-css.netlify.app |
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.
Woo! Great catch and thanks for sneaking in those migrated tags too! 😉
@@ -246,7 +247,7 @@ DialogStyle.args = { | |||
(passthroughs, context) => Dialog({ | |||
showModal: false, | |||
size: "s", | |||
isDismissable: false, | |||
isDismissible: false, |
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.
Nice!
because the spelling of the "dismissible" arg changed in the dialog component, the spelling needed to be updated in popover as well.
a80115e
to
ee7a692
Compare
|
Description
This PR corrects the spelling of the
dismissible
arg in the dialog-style popover. In ##2860, the arg spelling was updated, and we must have missed correcting the spelling in this popover story.How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
DialogStyle
popover story so that the dialog shows the close button. SetisDismissible: true
. (you'll revert this change after validating!)Regression testing
Validate:
Screenshots
To-do list