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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanhelm",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Oceanhelm's highly customizable library",
5
5
  "private": false,
6
6
  "type": "module",
@@ -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 Tracker',
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'],