diff --git a/src/components/SubmitWithCountry.jsx b/src/components/SubmitWithCountry.jsx index 7666ec7..a20c094 100644 --- a/src/components/SubmitWithCountry.jsx +++ b/src/components/SubmitWithCountry.jsx @@ -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',