We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7bcb7 commit 78f2349Copy full SHA for 78f2349
packages/react-components/react-storybook-addon/src/docs/FluentStory.tsx
@@ -20,7 +20,7 @@ type FluentStoryProps = {
20
export const FluentStory = ({ id, height }: FluentStoryProps): JSXElement => {
21
return (
22
<div className="sb-story sb-unstyled">
23
- <iframe title={id} src={`/iframe.html?id=${id}&mode=story`} style={iframeStyle} height={height} />
+ <iframe title={id} src={`iframe.html?id=${id}&mode=story`} style={iframeStyle} height={height} />
24
</div>
25
);
26
};
0 commit comments