Proxy Saving and UX Fixes (#4467)
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user