Skip to content

Commit

Permalink
Merge branch 'v3.17.5-ShiftClickRangeSelect' of github.com:jescalada/…
Browse files Browse the repository at this point in the history
…fasttrackml-ui-aim into v3.17.5-ShiftClickRangeSelect
  • Loading branch information
jescalada committed Jun 27, 2024
2 parents 0f80094 + 4077baa commit 3ba7dbe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/src/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const Bookmarks = React.lazy(
const Dashboard = React.lazy(
() => import(/* webpackChunkName: "dashboard" */ 'pages/Dashboard/Dashboard'),
);
// const TagsContainer = React.lazy(
// () => import(/* webpackChunkName: "tags" */ 'pages/Tags/TagsContainer'),
// );
const TagsContainer = React.lazy(
() => import(/* webpackChunkName: "tags" */ 'pages/Tags/TagsContainer'),
);
const Scatters = React.lazy(
() =>
import(
Expand Down Expand Up @@ -192,15 +192,15 @@ const routes = {
isExact: true,
title: pageTitlesEnum.BOOKMARKS,
},
// TAGS: {
// path: PathEnum.Tags,
// component: TagsContainer,
// showInSidebar: true,
// displayName: 'Tags',
// icon: 'tags',
// isExact: true,
// title: pageTitlesEnum.TAGS,
// },
TAGS: {
path: PathEnum.Tags,
component: TagsContainer,
showInSidebar: true,
displayName: 'Tags',
icon: 'tags',
isExact: true,
title: pageTitlesEnum.TAGS,
},
RUN_DETAIL: {
path: PathEnum.Run_Detail,
component: RunDetail,
Expand Down

0 comments on commit 3ba7dbe

Please sign in to comment.