Skip to content

Commit

Permalink
chore: put calling country code as default
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv committed Feb 12, 2025
1 parent af280d7 commit ba66af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/Configs/personal-details-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const personal_details_config = ({
},
calling_country_code: {
supported_in: ['svg', 'maltainvest'],
default_value: selected_phone_code,
default_value: selected_phone_code ?? account_settings?.calling_country_code,
},
phone: {
supported_in: ['svg', 'maltainvest'],
Expand Down

0 comments on commit ba66af4

Please sign in to comment.