Base logic for invoking send functions and showin results

This commit is contained in:
Richard Ramos 2018-05-11 12:34:16 -04:00 committed by Iuri Matias
parent 4e5e5260f9
commit 1fe7ee67a3

View File

@ -86,11 +86,6 @@ class {{capitalize name}}Form{{@index}} extends React.Component {
render(){
return <div className="formSection">
<h3>{{name}}</h3>
{
this.state.error != null ?
<Alert bsStyle="danger">{this.state.error}</Alert>
: ''
}
<form>
{{#if inputs.length}}
{{#each inputs}}