Skip to content

Commit

Permalink
Fixed an issue occured after rebasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imiss-U1025 committed Nov 15, 2024
1 parent b96754c commit 9609619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ import { CustomModal } from "lowcoder-design";

import React from "react";
import {viewMode} from "@lowcoder-ee/util/editor";
const PropertyView = React.lazy( async () => await import("./propertyView"));
import type { ItemType } from "antd/es/menu/interface";
import Skeleton from "antd/es/skeleton";
import Menu from "antd/es/menu";
import Flex from "antd/es/flex";
import { checkIsMobile } from "@lowcoder-ee/index.sdk";
const PropertyView = React.lazy( async () => await import("./propertyView"));

const FileSizeControl = codeControl((value) => {
if (typeof value === "number") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { modulesSelector } from "../../../redux/selectors/applicationSelector";
import { ComListTitle, ExtensionContentWrapper } from "./styledComponent";
import { foldersSelector } from "@lowcoder-ee/redux/selectors/folderSelector";
import {MultiIconDisplay} from "@lowcoder-ee/comps/comps/multiIconDisplay";
import {ModuleDocIcon} from "icons";

const ItemWrapper = styled.div`
display: flex;
Expand Down

0 comments on commit 9609619

Please sign in to comment.