From da21d8b916c78088ee9d7cc5ebc9fee54bbd19f2 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Thu, 8 May 2025 20:28:47 +1200 Subject: [PATCH] [Dashboard] Add Indonesia to SMS country select options --- .../embedded-wallets/Configure/sms-country-select/utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts b/apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts index f0881b99b88..5ebd3c25109 100644 --- a/apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts +++ b/apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts @@ -59,6 +59,7 @@ export const countryNames: Record = { HU: "Hungary", IE: "Ireland", IN: "India", + ID: "Indonesia", IS: "Iceland", IT: "Italy", JP: "Japan", @@ -282,6 +283,7 @@ export const countryPrefixes: Record = { HU: "+36", IE: "+353", IN: "+91", + ID: "+62", IS: "+354", IT: "+39", JP: "+81",