Skip to content

Commit

Permalink
fix param type for story
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Mar 5, 2022
1 parent cd2f82c commit b8be9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/TextInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WithFixedLabel.args = {
label: 'Active label input',
name: 'activelabel',
placeholder: 'My placeholder text',
forceActiveLabel: 'true',
forceActiveLabel: true,
};

const MaxLength = Template.bind({});
Expand Down

0 comments on commit b8be9ce

Please sign in to comment.