Skip to content

Commit d4cdc75

Browse files
committed
go back to wikipedia because it works both inside and outside the storybook iframe
1 parent 9082f10 commit d4cdc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/dialog/stories/Dialog.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function renderIframe({width = 'auto', isDismissable = undefined, ...props}) {
171171
<Header>The Header</Header>
172172
<Divider />
173173
<Content>
174-
<iframe width="100%" title="textfield iframe" src="iframe.html?providerSwitcher-express=false&providerSwitcher-toastPosition=bottom&viewMode=story&id=textfield--default" />
174+
<iframe width="100%" title="wikipedia" src="https://wikipedia.org/wiki/Main_Page" />
175175
</Content>
176176
{!isDismissable &&
177177
<ButtonGroup>

0 commit comments

Comments
 (0)