Skip to content

Commit

Permalink
Removed empty and undefined attributes from file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Jul 19, 2024
1 parent 7bb000b commit e7462ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/form.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Form.args = {
</cod-form-check-group>
<cod-form-check data-type="checkbox" data-label="Accept legal stuff" data-required="true"
data-valueMissing="Please sign off your rights to proceed lol"></cod-form-check>
<cod-button label="submit" background-color="color-1" primary img-alt="" icon=""></cod-button>
<cod-button label="submit" background-color="color-1" primary></cod-button>
`,
submit: (e) => {
e.preventDefault();
Expand Down

0 comments on commit e7462ca

Please sign in to comment.