Add type to button element
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<button {{on "click" (fn this.veto reimbursement.id)}}
|
<button {{on "click" (fn this.veto reimbursement.id)}}
|
||||||
disabled={{reimbursement.vetoed}}
|
disabled={{reimbursement.vetoed}}
|
||||||
class="button small danger">veto</button>
|
class="button small danger" type="button">veto</button>
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user