|
|
@@ -52,6 +52,7 @@ class UserCustom extends Component {
|
|
|
|
|
|
render() {
|
|
|
let {userID, cloudID, bucketName, deployFailed, appId, secretID, secretKey} = this.state;
|
|
|
+ let {history} = this.props
|
|
|
return (
|
|
|
<Content className="content">
|
|
|
<div>
|
|
|
@@ -79,6 +80,7 @@ class UserCustom extends Component {
|
|
|
secretKey={secretKey}
|
|
|
appId={appId}
|
|
|
cloudID={cloudID}
|
|
|
+ history={history}
|
|
|
/>
|
|
|
/>
|
|
|
<Step title=<Step4/> />
|
|
|
@@ -613,6 +615,7 @@ const Step3 = (props) => (
|
|
|
secretKey={props.secretKey}
|
|
|
appId={props.appId}
|
|
|
cloudID={props.cloudID}
|
|
|
+ history={props.history}
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|