Skip to content

Commit 5decf4a

Browse files
ci(addon/components/paper-form): removes no-redundant-landmark-role lint.
1 parent 057b71b commit 5decf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/paper-form.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form role='form' class={{@class}} {{on 'submit' this.submit}} ...attributes>
1+
<form class={{@class}} {{on 'submit' this.submit}} ...attributes>
22
{{yield
33
(hash
44
isValid=this.isValid

0 commit comments

Comments
 (0)