oceanhelm 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -110,13 +110,7 @@ export const defaultMenuItems = [
|
|
|
110
110
|
categories: ['hr'], // staff must also have this category
|
|
111
111
|
children: [
|
|
112
112
|
{
|
|
113
|
-
label: 'Recruitment
|
|
114
|
-
action: 'recruitment-tracker',
|
|
115
|
-
roles: ['owner', 'super-staff', 'staff'],
|
|
116
|
-
categories: ['hr'],
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
label: 'Recruitment Builder',
|
|
113
|
+
label: 'Manage Recruitment',
|
|
120
114
|
action: 'recruitment-builder',
|
|
121
115
|
roles: ['owner', 'super-staff', 'staff'],
|
|
122
116
|
categories: ['hr'],
|