mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
minor formatting
This commit is contained in:
parent
3af4440ff9
commit
b2aa06e71b
@ -13,7 +13,7 @@ export const Template = (args) => <MyOtherComponent {...args} />
|
||||
<Story
|
||||
name="A MDX story using environment variables inside a .env file"
|
||||
args={{
|
||||
propertyA:process.env.STORYBOOK_DATA_KEY}}
|
||||
propertyA: process.env.STORYBOOK_DATA_KEY}}
|
||||
>
|
||||
{Template.bind({})}
|
||||
</Story>
|
||||
|
Loading…
x
Reference in New Issue
Block a user