stop showing confirmation modal when updating application

pull/5568/head
Felix Han 2021-09-01 16:28:51 +12:00
parent b3b168631d
commit b43fb6b5e6
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class KubernetesCreateApplicationController {
}
this.state.updateWebEditorInProgress = true;
await this.StackService.updateKubeStack({ EndpointId: this.endpoint.Id, Id: this.application.StackId }, this.stackFileContent, null);
this.state.isEditorDirty = false;
await this.$state.reload();
} catch (err) {
this.Notifications.error('Failure', err, 'Failed redeploying application');