Skip to content

Commit ba66af4

Browse files
committed
chore: put calling country code as default
1 parent af280d7 commit ba66af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/account/src/Configs/personal-details-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const personal_details_config = ({
6565
},
6666
calling_country_code: {
6767
supported_in: ['svg', 'maltainvest'],
68-
default_value: selected_phone_code,
68+
default_value: selected_phone_code ?? account_settings?.calling_country_code,
6969
},
7070
phone: {
7171
supported_in: ['svg', 'maltainvest'],

0 commit comments

Comments
 (0)