Commit 20ed133e3b966a33598fac26cb85b2353a11b3c9

Authored by Neeraj Sharma
1 parent b33ed58c24

remove system admin in side bar

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -88,7 +88,7 @@ const adminMenu = [
88 88 icon: '/static/schoolIcons/administrator.png',
89 89 items: [
90 90 { name: 'academicYear', title: 'Academic Year', component: 'academicYear', action: '', },
91   - { name: 'systemAdmin', title: 'System Admin', component: 'systemAdmin', action: '', },
  91 + // { name: 'systemAdmin', title: 'System Admin', component: 'systemAdmin', action: '', },
92 92 { name: 'resetPassword', title: 'Reset Password', component: 'resetPassword', action: '', },
93 93 { name: 'Role', title: 'Role', component: 'Role', action: '', },
94 94 { name: 'bulkImportole', title: 'Bulk Import', component: 'bulkImport', action: '', },
... ...