Skip to content

Commit

Permalink
Removing Health Exchange from the lfet panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 committed Dec 6, 2023
1 parent f827f70 commit 98aa514
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ export const importTranslation = require.context(
"lazy"
);

export const healthExchangeLink = getSyncLifecycle(
createDashboardLink({
name: "health-exchange",
slot: "health-exchange-dashboard-slot",
title: "Health Exchange",
}),
options
);

export const hieHomeLink = getSyncLifecycle(
createLeftPanelLink({
name: "",
Expand Down
10 changes: 0 additions & 10 deletions src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
"route": "health-exchange"
}],
"extensions": [{
"name": "health-exchange-link",
"component": "healthExchangeLink",
"slot": "homepage-dashboard-slot",
"meta": {
"name": "health-exchange",
"slot": "health-exchange-dashboard-slot",
"title": "Health Exchange Dashboard"
}
},
{
"component": "root",
"name": "health-exchange-dashboard",
"slot": "health-exchange-dashboard-slot"
Expand Down

0 comments on commit 98aa514

Please sign in to comment.