Skip to content

Commit

Permalink
fix(kit): InputPhoneInternational change Ivory Coast (`Costa de M…
Browse files Browse the repository at this point in the history
…arfil`) phone pattern (#4209)
  • Loading branch information
splincode authored Apr 14, 2023
1 parent c3fa9f6 commit eb4252e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TUI_COUNTRIES_MASKS: InjectionToken<Record<TuiCountryIsoCode, strin
[TuiCountryIsoCode.CF]: `+236-##-##-####`,
[TuiCountryIsoCode.CG]: `+242##-###-####`,
[TuiCountryIsoCode.CH]: `+41##-###-####`,
[TuiCountryIsoCode.CI]: `+225##-###-###`,
[TuiCountryIsoCode.CI]: `+225##-##-###-###`,
[TuiCountryIsoCode.CL]: `+56#-####-####`,
[TuiCountryIsoCode.CM]: `+237#####-####`,
[TuiCountryIsoCode.CN]: `+86(###) ####-####`,
Expand Down

0 comments on commit eb4252e

Please sign in to comment.