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