We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08485cf + 84425e7 commit 947915eCopy full SHA for 947915e
src/reports/Common.js
@@ -1,9 +1,8 @@
1
import PlayForWorkIcon from "@material-ui/icons/PlayForWork";
2
-import ExploreIcon from "@material-ui/icons/Explore";
3
4
export const reportSideBarOptions = [
5
{ href: "#/export", name: "Longitudinal Export", Icon: PlayForWorkIcon },
6
- { href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon },
+ { href: "#/newExport", name: "New Longitudinal Export", Icon: PlayForWorkIcon }
7
// { href: "#/cannedreports", name: "Canned Reports", Icon: AssessmentIcon },
8
- { href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
+ // { href: "#/selfservicereports", name: "Self-service Reports", Icon: ExploreIcon }
9
];
0 commit comments