We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b2fe9 commit f00a83bCopy full SHA for f00a83b
components/popover/stories/popover.stories.js
@@ -246,7 +246,7 @@ DialogStyle.args = {
246
(passthroughs, context) => Dialog({
247
showModal: false,
248
size: "s",
249
- isDismissable: false,
+ isDismissible: false,
250
heading: "Example heading",
251
hasFooter: false,
252
footer: [""],
components/popover/stories/popover.test.js
@@ -139,7 +139,7 @@ export const PopoverGroup = Variants({
139
140
141
142
143
144
145
0 commit comments