|
|
@@ -263,9 +263,9 @@ export default class AppEnvironment extends PureComponent {
|
|
|
invokeDeploy() {
|
|
|
this.props.dispatch({
|
|
|
type: 'environment/deploy',
|
|
|
- useCache: true,
|
|
|
payload: {
|
|
|
id: this.state.currentEnvironment.id,
|
|
|
+ useCache: true,
|
|
|
callback: (response) => {
|
|
|
if (response && response.code == 0) {
|
|
|
this.requestInterval();
|