Skip to content

Commit

Permalink
adding global
Browse files Browse the repository at this point in the history
  • Loading branch information
armsp committed Aug 3, 2023
1 parent 26e2cb5 commit de3311c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SubmitWithCountry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function CountrySelect(props) {

// From https://bitbucket.org/atlassian/atlaskit-mk-2/raw/4ad0e56649c3e6c973e226b7efaeb28cb240ccb0/packages/core/select/src/data/countries.js
const countries = [
{ code: 'global', label: "Global", phone: "NA"},
{ code: 'AD', label: 'Andorra', phone: '376' },
{
code: 'AE',
Expand Down

0 comments on commit de3311c

Please sign in to comment.