add member practice summary report page
This commit is contained in:
@@ -2,6 +2,7 @@ import UploadDLockData from '../scenes/UploadDLockData';
|
||||
import Home from '../scenes/Home';
|
||||
import IncidentsReport from '../scenes/IncidentsReport';
|
||||
import SpecificMemberIncidentsReport from '../scenes/SpecificMemberIncidentsReport';
|
||||
import MemberPracticeSummaryReport from '../scenes/MemberPracticeSummaryReport';
|
||||
|
||||
export const mainMenuItems = [
|
||||
{
|
||||
@@ -11,6 +12,13 @@ export const mainMenuItems = [
|
||||
url: '/',
|
||||
component: Home,
|
||||
},
|
||||
{
|
||||
id: 'memberPracticeSummaryReport',
|
||||
showInMenu: true,
|
||||
title: 'Member Practice Summary Report',
|
||||
url: '/member-practice-summary-report',
|
||||
component: MemberPracticeSummaryReport,
|
||||
},
|
||||
{
|
||||
id: 'specificMemberIncidentsReport',
|
||||
showInMenu: true,
|
||||
|
||||
Reference in New Issue
Block a user