Skip to content

Commit fab9047

Browse files
fixed floating text container comp
1 parent 1abdd4f commit fab9047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/packages/lowcoder/src/comps/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ import { TreeSelectComp } from "./comps/treeComp/treeSelectComp";
192192
import { DrawerComp } from "./hooks/drawerComp";
193193
import { ModalComp } from "./hooks/modalComp";
194194
import { defaultCollapsibleContainerData } from "./comps/containerComp/collapsibleContainerComp";
195+
import { ContainerComp as FloatTextContainerComp } from "./comps/containerComp/textContainerComp";
195196

196197
type Registry = {
197198
[key in UICompType]?: UICompManifest;
@@ -605,7 +606,7 @@ export var uiCompMap: Registry = {
605606
categories: ["layout"],
606607
icon: FloatingTextCompIcon,
607608
keywords: trans("uiComp.floatTextContainerCompKeywords"),
608-
comp: ContainerComp,
609+
comp: FloatTextContainerComp,
609610
withoutLoading: true,
610611
layoutInfo: {
611612
w: 12,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy