Add button type

This commit is contained in:
2024-03-20 18:28:13 +01:00
parent 69ab4913aa
commit 5612ac4e95
+4 -4
View File
@@ -17,8 +17,8 @@
<header class="with-nav"> <header class="with-nav">
<h2>Proposed Reimbursements</h2> <h2>Proposed Reimbursements</h2>
<nav> <nav>
<button title="Submit a reimbursement" <button type="button" class="button small green"
class="button small green" title="Submit a reimbursement"
{{on "click" this.addReimbursement}}> {{on "click" this.addReimbursement}}>
add add
</button> </button>
@@ -35,8 +35,8 @@
<header class="with-nav"> <header class="with-nav">
<h2>Confirmed Reimbursements</h2> <h2>Confirmed Reimbursements</h2>
<nav> <nav>
<button title="Submit a reimbursement" <button type="button" class="button small green"
class="button small green" title="Submit a reimbursement"
{{on "click" this.addReimbursement}}> {{on "click" this.addReimbursement}}>
add add
</button> </button>