Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkucharczyk committed Jan 4, 2024
1 parent 3cd09c8 commit fce87e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/tests/integration/components/decorators-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module('Integration | Decorators', function (hooks) {
<div>
<div>
{{! @glint-ignore }}
<button {{on "click" this.increment}} id="increment">Increment</button>
<button {{on "click" this.increment}} id="increment" type="button">Increment</button>
</div>
<div>
Expand Down

0 comments on commit fce87e4

Please sign in to comment.