Skip to content

Commit

Permalink
MOSIP-36311: Integrated server side pagination and sorting with v3 en…
Browse files Browse the repository at this point in the history
…dpoint

Signed-off-by: SwethaKrish4 <[email protected]>
  • Loading branch information
SwethaKrish4 committed Oct 21, 2024
1 parent 14536fa commit 9f6d1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/src/nav/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function SideNav({ open, policyRequiredPartnerTypes, partnerType }) {
const [enablePartnerAdminMenu, setEnablePartnerAdminMenu] = useState(false);

useEffect(() => {
console.log(selectedPath);
// console.log(selectedPath);
if (selectedPath.includes('dashboard')) {
setActiveIcon("home");
} else if (selectedPath.includes('partnerCertificate')) {
Expand Down

0 comments on commit 9f6d1f6

Please sign in to comment.