fix(app): hide placement form section [EE-6386] (#10964)

Co-authored-by: testa113 <testa113>
pull/10965/head
Ali 2024-01-17 09:34:29 +13:00 committed by GitHub
parent 752be47fcc
commit a8e53a4510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@
</div>
<placement-form-section
ng-if="ctrl.formValues.DeploymentType === ctrl.ApplicationDeploymentTypes.Replicated"
ng-show="ctrl.formValues.DeploymentType === ctrl.ApplicationDeploymentTypes.Replicated"
values="{placements: ctrl.formValues.Placements, placementType: ctrl.formValues.PlacementType}"
on-change="(ctrl.onChangePlacements)"
></placement-form-section>