Skip to content

Commit

Permalink
Merge pull request #39 from AkshataKatwal16/admin
Browse files Browse the repository at this point in the history
Remove href for mange user and master fields
  • Loading branch information
itsvick authored Jul 19, 2024
2 parents f19cf43 + b1ca1cc commit 85f8540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/sidebar/MenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Menuitems = [
{
title: "SIDEBAR.MANAGE_USERS",
icon: "user",
href: "/",
// href: "/",
subOptions: [
{
title: "SIDEBAR.TEAM_LEADERS",
Expand All @@ -33,7 +33,7 @@ const Menuitems = [
{
title: "Master ",
icon: "database",
href: "/",
// href: "/",
subOptions: [
{
title: "State",
Expand Down

0 comments on commit 85f8540

Please sign in to comment.