diff --git a/src/api/menu.js b/src/api/menu.js index 9a21691..316116a 100644 --- a/src/api/menu.js +++ b/src/api/menu.js @@ -88,7 +88,7 @@ const adminMenu = [ icon: '/static/schoolIcons/administrator.png', items: [ { name: 'academicYear', title: 'Academic Year', component: 'academicYear', action: '', }, - { name: 'systemAdmin', title: 'System Admin', component: 'systemAdmin', action: '', }, + // { name: 'systemAdmin', title: 'System Admin', component: 'systemAdmin', action: '', }, { name: 'resetPassword', title: 'Reset Password', component: 'resetPassword', action: '', }, { name: 'Role', title: 'Role', component: 'Role', action: '', }, { name: 'bulkImportole', title: 'Bulk Import', component: 'bulkImport', action: '', },