Add type submit to form button

This commit is contained in:
manubo
2019-09-25 15:00:33 +02:00
parent 1bcc6ab565
commit 994dfcba9a

View File

@@ -103,7 +103,7 @@ class Form extends Component {
) : null} ) : null}
</div> </div>
<button className="moco-bx-btn" disabled={!this.isValid()}> <button type="submit" className="moco-bx-btn" disabled={!this.isValid()}>
OK OK
</button> </button>
</form> </form>