Skip to content

Commit 1eb3d6e

Browse files
sync TypeScript
1 parent 27e6a7b commit 1eb3d6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/pages/components/autocomplete/CountrySelect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ const countries = [
9696
{ code: 'BZ', label: 'Belize', phone: '501' },
9797
{ code: 'CA', label: 'Canada', phone: '1', suggested: true },
9898
{ code: 'CC', label: 'Cocos (Keeling) Islands', phone: '61' },
99-
{ code: 'CG', label: 'Congo, Republic of the', phone: '243' },
100-
{ code: 'CF', label: 'Central African Republic', phone: '236' },
10199
{ code: 'CD', label: 'Congo, Democratic Republic of the', phone: '243' },
100+
{ code: 'CF', label: 'Central African Republic', phone: '236' },
101+
{ code: 'CG', label: 'Congo, Republic of the', phone: '242' },
102102
{ code: 'CH', label: 'Switzerland', phone: '41' },
103103
{ code: 'CI', label: "Cote d'Ivoire", phone: '225' },
104104
{ code: 'CK', label: 'Cook Islands', phone: '682' },

docs/src/pages/components/autocomplete/CountrySelect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ const countries = [
102102
{ code: 'BZ', label: 'Belize', phone: '501' },
103103
{ code: 'CA', label: 'Canada', phone: '1', suggested: true },
104104
{ code: 'CC', label: 'Cocos (Keeling) Islands', phone: '61' },
105-
{ code: 'CD', label: 'Congo, Republic of the', phone: '242' },
105+
{ code: 'CD', label: 'Congo, Democratic Republic of the', phone: '243' },
106106
{ code: 'CF', label: 'Central African Republic', phone: '236' },
107-
{ code: 'CG', label: 'Congo, Democratic Republic of the', phone: '243' },
107+
{ code: 'CG', label: 'Congo, Republic of the', phone: '242' },
108108
{ code: 'CH', label: 'Switzerland', phone: '41' },
109109
{ code: 'CI', label: "Cote d'Ivoire", phone: '225' },
110110
{ code: 'CK', label: 'Cook Islands', phone: '682' },

0 commit comments

Comments
 (0)