Skip to content

Commit

Permalink
Converted module compas lazy comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imiss-U1025 committed Nov 11, 2024
1 parent 493f9fe commit 1254c50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/packages/lowcoder/src/bootstrap/view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { RemoteCompInfo } from "../../types/remoteComp";

import {TableComp} from "../../comps/comps/tableComp";
import {TextComp} from "../../comps/comps/textComp";
import {ModuleComp} from "../../comps/comps/moduleComp/moduleComp";
import {InputComp} from "../../comps/comps/textInputComp/inputComp";
import {TextAreaComp} from "../../comps/comps/textInputComp/textAreaComp";
import {ButtonComp} from "../../comps/comps/buttonComp/buttonComp";
Expand Down Expand Up @@ -1607,9 +1606,8 @@ export var uiCompMap: Registry = {
description: "",
categories: [],
keywords: "",
lazyLoad: false,
lazyLoad: true,
compName: "ModuleComp",
comp: ModuleComp,
compPath: "comps/moduleComp/moduleComp",
layoutInfo: {
w: 12,
Expand Down

0 comments on commit 1254c50

Please sign in to comment.