Proxy Saving and UX Fixes (#4467)

This commit is contained in:
Marc Kelechava
2026-01-15 13:26:26 -08:00
committed by GitHub
parent 5e23c580e7
commit be3128e47d
6 changed files with 21 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ export function GeoTargetSelector({
<CommandGroup heading="Countries">
{results.countries.map((item) => (
<CommandItem
key={`country-${item.value.country}`}
key={`country-${item.value.country}${item.value.isISP ? "-isp" : ""}`}
value={JSON.stringify(item.value)}
onSelect={() => handleSelect(item)}
>