Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: added an entry in pageMap for incident infographic
Browse files Browse the repository at this point in the history
  • Loading branch information
yosephAHMED committed Aug 12, 2020
1 parent 68d6297 commit e23c913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/shared/components/navbar/pageMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ const pageMap: {
path: '/incidents',
icon: 'incident',
},
viewIncidentWidgets: {
permission: Permissions.ViewIncidentWidgets,
label: 'incidents.visualize.label',
path: '/incidents/visualize',
icon: 'incident',
},
newVisit: {
permission: Permissions.AddVisit,
label: 'visits.visit.new',
Expand Down

0 comments on commit e23c913

Please sign in to comment.