1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

fix(app/namespace): allow default-ns registries edit from namespace page (#5554)

This commit is contained in:
LP B 2021-09-03 15:47:37 +02:00 committed by GitHub
parent 70602cf7c8
commit b8e6c5ea91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

View file

@ -325,7 +325,7 @@ class KubernetesResourcePoolController {
this.formValues.Registries.push(reg);
}
});
this.selectedRegistries = this.formValues.Registries.map((r) => r.Name).join(', ');
return;
}