|
4 | 4 | DATASOURCE_URL,
|
5 | 5 | FOLDER_URL,
|
6 | 6 | FOLDER_URL_PREFIX,
|
7 |
| - FOLDERS_URL, |
8 | 7 | MARKETPLACE_URL,
|
9 | 8 | QUERY_LIBRARY_URL,
|
10 | 9 | SETTING_URL,
|
@@ -53,7 +52,6 @@ import { FolderView } from "./FolderView";
|
53 | 52 | import { TrashView } from "./TrashView";
|
54 | 53 | import { MarketplaceView } from "./MarketplaceView";
|
55 | 54 | // import { SideBarItemType } from "../../components/layout/SideBarSection";
|
56 |
| -import { RootFolderListView } from "./RootFolderListView"; |
57 | 55 | // import InviteDialog from "../common/inviteDialog";
|
58 | 56 | import { fetchFolderElements, updateFolder } from "../../redux/reduxActions/folderActions";
|
59 | 57 | // import { ModuleView } from "./ModuleView";
|
@@ -262,12 +260,12 @@ export default function ApplicationHome() {
|
262 | 260 |
|
263 | 261 | {
|
264 | 262 | items: [
|
265 |
| - { |
266 |
| - text: <MoreFoldersWrapper>{trans("home.allFolders")}</MoreFoldersWrapper>, |
267 |
| - routePath: FOLDERS_URL, |
268 |
| - routeComp: RootFolderListView, |
269 |
| - icon: ({ selected, ...otherProps }) => selected ? <FolderIcon {...otherProps} width={"24px"}/> : <FolderIcon {...otherProps} width={"24px"}/>, |
270 |
| - }, |
| 263 | + // { |
| 264 | + // text: <MoreFoldersWrapper>{trans("home.allFolders")}</MoreFoldersWrapper>, |
| 265 | + // routePath: FOLDERS_URL, |
| 266 | + // routeComp: RootFolderListView, |
| 267 | + // icon: ({ selected, ...otherProps }) => selected ? <FolderIcon {...otherProps} width={"24px"}/> : <FolderIcon {...otherProps} width={"24px"}/>, |
| 268 | + // }, |
271 | 269 | {
|
272 | 270 | text: <TabLabel>{trans("home.allApplications")}</TabLabel>,
|
273 | 271 | routePath: ALL_APPLICATIONS_URL,
|
|
0 commit comments