[resumes][feat] add more countries to default search

pull/506/head
Keane Chan 3 years ago
parent b64a04884d
commit 0f1853cd20
No known key found for this signature in database
GPG Key ID: 32718398E1E9F87C

@ -64,17 +64,17 @@ export const ROLES: Array<TypeaheadOption> = [
export const EXPERIENCES: Array<TypeaheadOption> = [
{
id: 'Internship',
id: 'internship',
label: 'Internship',
value: 'Internship',
},
{
id: 'Entry Level (0 - 2 years)',
id: 'entry-level',
label: 'Entry Level (0 - 2 years)',
value: 'Entry Level (0 - 2 years)',
value: 'entry-level',
},
{
id: 'Mid Level (3 - 5 years)',
id: 'mid-level',
label: 'Mid Level (3 - 5 years)',
value: 'Mid Level (3 - 5 years)',
},
@ -97,9 +97,19 @@ export const LOCATIONS: Array<TypeaheadOption> = [
value: '231',
},
{
id: '101',
label: 'India',
value: '101',
id: '230',
label: 'United Kingdom',
value: '230',
},
{
id: '102',
label: 'Indonesia',
value: '102',
},
{
id: '44',
label: 'China',
value: '44',
},
];

Loading…
Cancel
Save