feature/department-dropdown #31
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