Add type to button element

This commit is contained in:
Râu Cao
2023-01-11 12:42:15 +08:00
parent 348dc03429
commit 62b618b657
@@ -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>