diff --git a/src/shared/categories.ts b/src/shared/categories.ts index 7e109c2..af0022f 100644 --- a/src/shared/categories.ts +++ b/src/shared/categories.ts @@ -2,6 +2,7 @@ export const CATEGORIES = [ 'ats', 'crm', 'hris', + 'hrisLegacy', 'marketing', 'iam', 'lms', @@ -11,6 +12,7 @@ export const CATEGORIES = [ 'messaging', 'accounting', 'scheduling', + 'stackOne', ]; export const CATEGORIES_WITH_LABELS = [ @@ -18,6 +20,10 @@ export const CATEGORIES_WITH_LABELS = [ label: 'HRIS', value: 'hris', }, + { + label: 'HRIS Legacy', + value: 'hrisLegacy', + }, { label: 'ATS', value: 'ats', @@ -62,4 +68,8 @@ export const CATEGORIES_WITH_LABELS = [ label: 'Scheduling', value: 'scheduling', }, + { + label: 'StackOne', + value: 'stackOne', + }, ];