Skip to content

Commit

Permalink
Make default story template match usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 25, 2022
1 parent e966429 commit f88fc21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/src/textarea-control/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ const Template: ComponentStory< typeof TextareaControl > = ( {
export const Default: ComponentStory< typeof TextareaControl > = Template.bind(
{}
);
Default.args = {};
Default.args = {
label: 'Text',
help: 'Enter some text',
};

0 comments on commit f88fc21

Please sign in to comment.