Skip to content

Commit

Permalink
Merge pull request #890 from AI4Bharat/temp_audioPanel
Browse files Browse the repository at this point in the history
remove datasets tab from navbar for workpace managers
  • Loading branch information
aparna-aa authored Jan 16, 2024
2 parents f06253c + 8c22f26 commit 1b0a35d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/ui/pages/component/common/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,17 +446,6 @@ console.log(unseenNotifications,'uuu');
Projects
</NavLink>
</Typography>
<Typography variant="body1">
<NavLink
to="/datasets"
className={({ isActive }) =>
isActive ? classes.highlightedMenu : classes.headerMenu
}
activeClassName={classes.highlightedMenu}
>
Datasets
</NavLink>
</Typography>
<Typography variant="body1">
<NavLink
to="/analytics"
Expand Down

0 comments on commit 1b0a35d

Please sign in to comment.