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:
parent
70602cf7c8
commit
b8e6c5ea91
2 changed files with 14 additions and 8 deletions
|
@ -325,7 +325,7 @@ class KubernetesResourcePoolController {
|
|||
this.formValues.Registries.push(reg);
|
||||
}
|
||||
});
|
||||
|
||||
this.selectedRegistries = this.formValues.Registries.map((r) => r.Name).join(', ');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue