diff --git a/web/projects/ui/src/app/routes/portal/routes/marketplace/modals/registry.component.ts b/web/projects/ui/src/app/routes/portal/routes/marketplace/modals/registry.component.ts index c40f65dfa..053f61879 100644 --- a/web/projects/ui/src/app/routes/portal/routes/marketplace/modals/registry.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/marketplace/modals/registry.component.ts @@ -273,7 +273,7 @@ export class MarketplaceRegistryModal { loader.closed = false loader.add(this.loader.open('Saving').subscribe()) - await this.api.setDbValue(['altRegistries', url], name) + await this.api.setDbValue(['registries', url], name) } }