feature/department-dropdown #31
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10
client/src/data/departments.js
Normal file
10
client/src/data/departments.js
Normal 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',
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user