mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
fix adding new registry
This commit is contained in:
@@ -273,7 +273,7 @@ export class MarketplaceRegistryModal {
|
|||||||
loader.closed = false
|
loader.closed = false
|
||||||
loader.add(this.loader.open('Saving').subscribe())
|
loader.add(this.loader.open('Saving').subscribe())
|
||||||
|
|
||||||
await this.api.setDbValue(['altRegistries', url], name)
|
await this.api.setDbValue(['registries', url], name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user