Skip to content

Commit 9609619

Browse files
committed
Fixed an issue occured after rebasing.
1 parent b96754c commit 9609619

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/packages/lowcoder/src/comps/comps/fileComp/fileComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ import { CustomModal } from "lowcoder-design";
4141

4242
import React from "react";
4343
import {viewMode} from "@lowcoder-ee/util/editor";
44-
const PropertyView = React.lazy( async () => await import("./propertyView"));
4544
import type { ItemType } from "antd/es/menu/interface";
4645
import Skeleton from "antd/es/skeleton";
4746
import Menu from "antd/es/menu";
4847
import Flex from "antd/es/flex";
4948
import { checkIsMobile } from "@lowcoder-ee/index.sdk";
49+
const PropertyView = React.lazy( async () => await import("./propertyView"));
5050

5151
const FileSizeControl = codeControl((value) => {
5252
if (typeof value === "number") {

client/packages/lowcoder/src/pages/editor/right/ModulePanel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { modulesSelector } from "../../../redux/selectors/applicationSelector";
2323
import { ComListTitle, ExtensionContentWrapper } from "./styledComponent";
2424
import { foldersSelector } from "@lowcoder-ee/redux/selectors/folderSelector";
2525
import {MultiIconDisplay} from "@lowcoder-ee/comps/comps/multiIconDisplay";
26-
import {ModuleDocIcon} from "icons";
2726

2827
const ItemWrapper = styled.div`
2928
display: flex;

0 commit comments

Comments
 (0)