forked from github-starred/komodo
Compare commits
1 Commits
v2.0.0-dev
...
fix-issue-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6919582f69 |
@@ -266,12 +266,7 @@ export const BuildConfig = ({
|
|||||||
|
|
||||||
{image_registries?.map((registry, index) => (
|
{image_registries?.map((registry, index) => (
|
||||||
<ImageRegistryConfig
|
<ImageRegistryConfig
|
||||||
key={
|
key={index}
|
||||||
(registry.domain ?? "") +
|
|
||||||
(registry.organization ?? "") +
|
|
||||||
(registry.account ?? "") +
|
|
||||||
index
|
|
||||||
}
|
|
||||||
registry={registry}
|
registry={registry}
|
||||||
imageName={imageName}
|
imageName={imageName}
|
||||||
setRegistry={(registry) =>
|
setRegistry={(registry) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user