We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b303de commit 78c7ec5Copy full SHA for 78c7ec5
kirppu/static_src/jst/vendor_notes.jsx
@@ -10,7 +10,7 @@ export function AddVendorNote({withButton, withConfirm}) {
10
noteInput.disabled = !this.checked
11
}
12
return (
13
- <form onSubmit={() => false}>
+ <form onsubmit={() => false}>
14
{withConfirm && <div className="checkbox" style="min-width: 8em;">
15
<label>
16
<input type="checkbox" id="enable_note" onchange={toggle}/>
0 commit comments