Skip to content

Commit 369a293

Browse files
committed
Converted module compas lazy comp.
1 parent 485019d commit 369a293

File tree

1 file changed

+1
-3
lines changed
  • client/packages/lowcoder/src/bootstrap/view

1 file changed

+1
-3
lines changed

client/packages/lowcoder/src/bootstrap/view/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { RemoteCompInfo } from "../../types/remoteComp";
88

99
import {TableComp} from "../../comps/comps/tableComp";
1010
import {TextComp} from "../../comps/comps/textComp";
11-
import {ModuleComp} from "../../comps/comps/moduleComp/moduleComp";
1211
import {InputComp} from "../../comps/comps/textInputComp/inputComp";
1312
import {TextAreaComp} from "../../comps/comps/textInputComp/textAreaComp";
1413
import {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,

0 commit comments

Comments
 (0)