Skip to content

Commit

Permalink
ci(addon/components/paper-form): removes no-redundant-landmark-role l…
Browse files Browse the repository at this point in the history
…int.
  • Loading branch information
matthewhartstonge committed Nov 13, 2024
1 parent e196071 commit a91745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/paper-form.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form role='form' class={{@class}} {{on 'submit' this.submit}} ...attributes>
<form class={{@class}} {{on 'submit' this.submit}} ...attributes>
{{yield
(hash
isValid=this.isValid
Expand Down

0 comments on commit a91745e

Please sign in to comment.