Skip to content

Commit

Permalink
Set textarea to true in story
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Jul 25, 2024
1 parent 2f7c349 commit 896c8e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const meta: Meta = {
decorators: [decorator],
parameters,
play,
args: {
'attributes-textarea': true,
},
};

export default meta;
Expand Down

0 comments on commit 896c8e4

Please sign in to comment.