We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1467348 commit 1c92eceCopy full SHA for 1c92ece
1 file changed
src/components/Dialog/stories/Modal.stories.tsx
@@ -169,7 +169,7 @@ const TrackingContent = () => {
169
export const NestedModalWithContext = ContextTemplate.bind({});
170
NestedModalWithContext.args = {
171
children: [
172
- <ExampleModal size="large">
+ <ExampleModal id="rootModal" size="large">
173
<MiddleModal />
174
</ExampleModal>,
175
],
0 commit comments