diff --git a/stories/TextField.stories.tsx b/stories/TextField.stories.tsx index 18db20e5..b79c30fe 100644 --- a/stories/TextField.stories.tsx +++ b/stories/TextField.stories.tsx @@ -80,7 +80,9 @@ export const Gallery = () => ( ); const Template: Story = args => ( - Label Text +
+ Label Text +
); // By passing using the Args format for exported stories, you can control the props for a component for reuse in a test