feature/department-dropdown #31

Closed
jason wants to merge 3 commits from feature/department-dropdown into master
3 changed files with 12 additions and 532 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
// Canonical department list shared across all forms
export const DEPARTMENTS = [
'Administrative',
'Business Development',
'Design and Content',
'Executive',
'Implementation and Support',
'Operations',
'Production',
];