Skip to content

Commit

Permalink
fix: ensure custom data libraries are part of tab nav
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 6, 2023
1 parent f0fe054 commit 8e80ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DuosHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const headerTabsConfig = [
search: 'dataset_catalog',
children: [
{ label: 'Data Catalog', link: '/dataset_catalog' },
{ label: 'Data Library', link: '/datalibrary' },
{ label: 'Data Library', link: '/datalibrary', search: 'datalibrary' },
{ label: 'DAR Requests', link: '/researcher_console' },
{ label: 'Data Submissions', link: '/dataset_submissions', isRenderedForUser: (user) => user?.isDataSubmitter }
],
Expand Down

0 comments on commit 8e80ba0

Please sign in to comment.