|
|
@@ -153,6 +153,14 @@ class TencentConfig extends Component {
|
|
|
</Col>
|
|
|
<Col offset={2} span={6}>
|
|
|
<Button type='primary' disabled={this.state.couldDeploy? '': 'disabled'} onClick={()=>this.deployFC()}><FormattedMessage id="deploy"/>!</Button>
|
|
|
+ {
|
|
|
+ this.state.couldDeploy?
|
|
|
+ ''
|
|
|
+ :
|
|
|
+ <div>
|
|
|
+ <span>if button is disabled, check your schema</span>
|
|
|
+ </div>
|
|
|
+ }
|
|
|
</Col>
|
|
|
</Row>
|
|
|
</div>
|