diff --git a/src/components/resource-policy/PolicyAccessRulesTable.tsx b/src/components/resource-policy/PolicyAccessRulesTable.tsx index 64b274c27..2ff2e1915 100644 --- a/src/components/resource-policy/PolicyAccessRulesTable.tsx +++ b/src/components/resource-policy/PolicyAccessRulesTable.tsx @@ -503,7 +503,8 @@ export function PolicyAccessRulesTable({ cell: ({ row }) => { let selectedCountry: (typeof COUNTRIES)[number] | undefined; if ( - row.original.match === "COUNTRY" && + (row.original.match === "COUNTRY" || + row.original.match === "COUNTRY_IS_NOT") && row.original.value ) { selectedCountry = COUNTRIES.find(