diff --git a/components/core/constants/jobs.constants.ts b/components/core/constants/jobs.constants.ts index fb09577..f6c7542 100644 --- a/components/core/constants/jobs.constants.ts +++ b/components/core/constants/jobs.constants.ts @@ -1,78 +1,4 @@ export const jobFilters :JobFilter[] = [ - { - fieldName: 'job_role', - type: 'checkbox', - title: 'Role Type', - icon: 'SvgoBarChart', - list: [ - { - label: 'Bartender', - value: 'Bartender', - checked: false, - counts: 0 - }, - { - label: 'Barback', - value: 'Barback', - checked: false, - counts: 0 - }, - { - label: 'Cook', - value: 'Cook', - checked: false, - counts: 0 - }, - { - label: 'Chef', - value: 'Chef', - checked: false, - counts: 0 - }, - { - label: 'Waiter', - value: 'Waiter', - checked: false, - counts: 0 - }, - { - label: 'Host', - value: 'Host', - checked: false, - counts: 0 - }, - { - label: 'Dishwasher', - value: 'Dishwasher', - checked: false, - counts: 0 - }, - { - label: 'Server', - value: 'Server', - checked: false, - counts: 0 - }, - { - label: 'Busser', - value: 'Busser', - checked: false, - counts: 0 - }, - { - label: 'Food Runner', - value: 'Food Runner', - checked: false, - counts: 0 - }, - { - label: 'Restaurant Manager', - value: 'Restaurant Manager', - checked: false, - counts: 0 - }, - ] - }, { fieldName: 'experience_level', type: 'checkbox', diff --git a/components/pages/job-listings/JobCTA.vue b/components/pages/job-listings/JobCTA.vue index 00e2912..073c128 100644 --- a/components/pages/job-listings/JobCTA.vue +++ b/components/pages/job-listings/JobCTA.vue @@ -20,10 +20,7 @@ const userType = useState('userType')