Skip to content

Commit 73c76f9

Browse files
committed
fixed: missing GCR list in Registry Providers
1 parent 1c08133 commit 73c76f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dockerRegistry/Docker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ function DockerForm({
15121512
</>
15131513
)
15141514
}}
1515-
const EA_MODE_REGISTRY_TYPE_MAP = REGISTRY_TYPE_MAP
1515+
const EA_MODE_REGISTRY_TYPE_MAP = JSON.parse(JSON.stringify(REGISTRY_TYPE_MAP))
15161516
delete EA_MODE_REGISTRY_TYPE_MAP['gcr']
15171517
return (
15181518
<form onSubmit={handleOnSubmit} className="docker-form divider" autoComplete="off">

0 commit comments

Comments
 (0)