mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +00:00
Base logic for invoking send functions and showin results
This commit is contained in:
parent
cab6b889b5
commit
ca86a58244
@ -86,11 +86,6 @@ class {{capitalize name}}Form{{@index}} extends React.Component {
|
|||||||
render(){
|
render(){
|
||||||
return <div className="formSection">
|
return <div className="formSection">
|
||||||
<h3>{{name}}</h3>
|
<h3>{{name}}</h3>
|
||||||
{
|
|
||||||
this.state.error != null ?
|
|
||||||
<Alert bsStyle="danger">{this.state.error}</Alert>
|
|
||||||
: ''
|
|
||||||
}
|
|
||||||
<form>
|
<form>
|
||||||
{{#if inputs.length}}
|
{{#if inputs.length}}
|
||||||
{{#each inputs}}
|
{{#each inputs}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user