Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Jan 30, 2025
2 parents 08485cf + 84425e7 commit 947915e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/reports/Common.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import PlayForWorkIcon from "@material-ui/icons/PlayForWork";
import ExploreIcon from "@material-ui/icons/Explore";

export const reportSideBarOptions = [
{ href: "#/export", name: "Longitudinal Export", Icon: PlayForWorkIcon },
{ href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon },
{ href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon }
// { href: "#/cannedreports", name: "Canned Reports", Icon: AssessmentIcon },
{ href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
// { href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
];

0 comments on commit 947915e

Please sign in to comment.