Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9609619

Browse files
committed
Fixed an issue occured after rebasing.
1 parentb96754c commit9609619

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
importReactfrom"react";
4343
import{viewMode}from"@lowcoder-ee/util/editor";
44-
constPropertyView=React.lazy(async()=>awaitimport("./propertyView"));
4544
importtype{ItemType}from"antd/es/menu/interface";
4645
importSkeletonfrom"antd/es/skeleton";
4746
importMenufrom"antd/es/menu";
4847
importFlexfrom"antd/es/flex";
4948
import{checkIsMobile}from"@lowcoder-ee/index.sdk";
49+
constPropertyView=React.lazy(async()=>awaitimport("./propertyView"));
5050

5151
constFileSizeControl=codeControl((value)=>{
5252
if(typeofvalue==="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
constItemWrapper=styled.div`
2928
display: flex;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp