fix(name): fixed namespace creation issue when a registry attached. (#5675)

fix-release-production
fhanportainer 2021-09-23 09:13:19 +12:00 committed by GitHub
parent 5752e74be6
commit cbeb13636c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class KubernetesSummaryController {
$scope.$watch( $scope.$watch(
'$ctrl.formValues', '$ctrl.formValues',
(formValues) => { (formValues) => {
this.state.resources = this.generateResourceSummaryList(formValues); this.state.resources = this.generateResourceSummaryList(angular.copy(formValues));
}, },
true true
); );