File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
client/packages/lowcoder/src/bootstrap/view Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { RemoteCompInfo } from "../../types/remoteComp";
8
8
9
9
import { TableComp } from "../../comps/comps/tableComp" ;
10
10
import { TextComp } from "../../comps/comps/textComp" ;
11
- import { ModuleComp } from "../../comps/comps/moduleComp/moduleComp" ;
12
11
import { InputComp } from "../../comps/comps/textInputComp/inputComp" ;
13
12
import { TextAreaComp } from "../../comps/comps/textInputComp/textAreaComp" ;
14
13
import { ButtonComp } from "../../comps/comps/buttonComp/buttonComp" ;
@@ -1607,9 +1606,8 @@ export var uiCompMap: Registry = {
1607
1606
description : "" ,
1608
1607
categories : [ ] ,
1609
1608
keywords : "" ,
1610
- lazyLoad : false ,
1609
+ lazyLoad : true ,
1611
1610
compName : "ModuleComp" ,
1612
- comp : ModuleComp ,
1613
1611
compPath : "comps/moduleComp/moduleComp" ,
1614
1612
layoutInfo : {
1615
1613
w : 12 ,
You can’t perform that action at this time.
0 commit comments