Skip to content

Commit

Permalink
feat: add staff re-enroll sidebar options
Browse files Browse the repository at this point in the history
  • Loading branch information
CelsoDeCarvalho committed Sep 20, 2024
1 parent 326110e commit 76e5113
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/constants/sideBar/sideBarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ function sideBarData({ locationParms } : SideBarDataProps): SideBarItemProps[] {
appName: "SEMIS-Transfer",
route: `transfer?${subItemRoute({location: locationParms.slice(1), sectionType: 'staff'})}`,
pathName: "/transfer/staff"
},{
icon: gauge,
label: "Re-enroll",
showBadge: false,
disabled: false,
appName: "SEMIS-Staff-Re-enroll",
route: `final-result?${subItemRoute({location: locationParms.slice(1), sectionType: 'staff'})}`,
pathName: "/final-result/staff"
}
]
}
Expand Down

0 comments on commit 76e5113

Please sign in to comment.