Skip to content

Commit

Permalink
added default value for pickState
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmangwani committed Apr 26, 2022
1 parent 3a09b5c commit a8d30f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/Form.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const defaultArgs = {
accountNumber: '1111222233331111',
pickFruit: 'orange',
pickAnotherFruit: 'apple',
pickState: 'AL',
checkbox: false,
},
};
Expand Down

0 comments on commit a8d30f4

Please sign in to comment.