feature/department-dropdown #31

Closed
jason wants to merge 3 commits from feature/department-dropdown into master
Showing only changes of commit 5049a63b0f - Show all commits

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',
];