Skip to content

Commit 76a10a8

Browse files
committed
Fix issue with story
1 parent 3d80a58 commit 76a10a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Live/LiveProvider.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export const FunctionNoInlineExample: Story<StoryProps> =
321321
StyledPreviewTemplate.bind({});
322322
FunctionNoInlineExample.args = {
323323
...defaultControls,
324-
noInline: false,
324+
noInline: true,
325325
code: functionNoInlineExample,
326326
};
327327

0 commit comments

Comments
 (0)