Skip to content

Commit b6d8a1b

Browse files
committed
Removed Your Folder Component
1 parent 16d8e1a commit b6d8a1b

File tree

2 files changed

+6
-31
lines changed

2 files changed

+6
-31
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/RootFolderListView.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

client/packages/lowcoder/src/pages/ApplicationV2/index.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
DATASOURCE_URL,
55
FOLDER_URL,
66
FOLDER_URL_PREFIX,
7-
FOLDERS_URL,
87
MARKETPLACE_URL,
98
QUERY_LIBRARY_URL,
109
SETTING_URL,
@@ -53,7 +52,6 @@ import { FolderView } from "./FolderView";
5352
import { TrashView } from "./TrashView";
5453
import { MarketplaceView } from "./MarketplaceView";
5554
// import { SideBarItemType } from "../../components/layout/SideBarSection";
56-
import { RootFolderListView } from "./RootFolderListView";
5755
// import InviteDialog from "../common/inviteDialog";
5856
import { fetchFolderElements, updateFolder } from "../../redux/reduxActions/folderActions";
5957
// import { ModuleView } from "./ModuleView";
@@ -262,12 +260,12 @@ export default function ApplicationHome() {
262260

263261
{
264262
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+
// },
271269
{
272270
text: <TabLabel>{trans("home.allApplications")}</TabLabel>,
273271
routePath: ALL_APPLICATIONS_URL,

0 commit comments

Comments
 (0)