fix(app): update app type when changing data access policy [EE-6719] (#11210)

Co-authored-by: testa113 <testa113>
pull/11214/head
Ali 2024-02-19 08:08:17 +13:00 committed by GitHub
parent a46fa3b2c4
commit b126472ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ class KubernetesCreateApplicationController {
this.$scope.$evalAsync(() => {
this.formValues.DataAccessPolicy = value;
this.resetDeploymentType();
this.updateApplicationType();
});
}