Skip to content

Commit ce97a1a

Browse files
author
colinmcneil
committed
Update config sync
1 parent 71db686 commit ce97a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/Registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const syncRegistryWithConfig = async (client: v1.DockerDesktopClient, reg
108108
const registryItem = registry[itemName]
109109
if (registryItem) {
110110
const mergedConfig = mergeDeep(registryItem.config || {}, itemConfig)
111-
registry[itemName].config = mergedConfig
111+
registry[itemName].config = { [itemName]: mergedConfig }
112112
}
113113
}
114114
const newRegString = JSON.stringify({ registry })

0 commit comments

Comments
 (0)