forked from github-starred/komodo
fix: prevent custom registry org input from deselecting #1
@@ -266,12 +266,7 @@ export const BuildConfig = ({
|
||||
|
||||
{image_registries?.map((registry, index) => (
|
||||
<ImageRegistryConfig
|
||||
key={
|
||||
(registry.domain ?? "") +
|
||||
(registry.organization ?? "") +
|
||||
(registry.account ?? "") +
|
||||
index
|
||||
}
|
||||
key={index}
|
||||
registry={registry}
|
||||
imageName={imageName}
|
||||
setRegistry={(registry) =>
|
||||
|
||||
Reference in New Issue
Block a user