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";
88
99import { TableComp } from "../../comps/comps/tableComp" ;
1010import { TextComp } from "../../comps/comps/textComp" ;
11- import { ModuleComp } from "../../comps/comps/moduleComp/moduleComp" ;
1211import { InputComp } from "../../comps/comps/textInputComp/inputComp" ;
1312import { TextAreaComp } from "../../comps/comps/textInputComp/textAreaComp" ;
1413import { ButtonComp } from "../../comps/comps/buttonComp/buttonComp" ;
@@ -1607,9 +1606,8 @@ export var uiCompMap: Registry = {
16071606 description : "" ,
16081607 categories : [ ] ,
16091608 keywords : "" ,
1610- lazyLoad : false ,
1609+ lazyLoad : true ,
16111610 compName : "ModuleComp" ,
1612- comp : ModuleComp ,
16131611 compPath : "comps/moduleComp/moduleComp" ,
16141612 layoutInfo : {
16151613 w : 12 ,
You can’t perform that action at this time.
0 commit comments