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

pull/5712/head
fhanportainer 3 years ago committed by GitHub
parent 5752e74be6
commit cbeb13636c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save