Default submit handler for form modals

This commit is contained in:
Toby Zerner 2015-06-23 10:28:24 +09:30
parent bc2142db51
commit f35a9357f0

View File

@ -39,6 +39,10 @@ export default class FormModal extends Component {
app.modal.close();
}
onsubmit(e) {
//
}
handleErrors(errors) {
if (errors) {
this.alert(new Alert({