File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
client/packages/lowcoder/src/comps Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ import { TreeSelectComp } from "./comps/treeComp/treeSelectComp";
192
192
import { DrawerComp } from "./hooks/drawerComp" ;
193
193
import { ModalComp } from "./hooks/modalComp" ;
194
194
import { defaultCollapsibleContainerData } from "./comps/containerComp/collapsibleContainerComp" ;
195
+ import { ContainerComp as FloatTextContainerComp } from "./comps/containerComp/textContainerComp" ;
195
196
196
197
type Registry = {
197
198
[ key in UICompType ] ?: UICompManifest ;
@@ -605,7 +606,7 @@ export var uiCompMap: Registry = {
605
606
categories : [ "layout" ] ,
606
607
icon : FloatingTextCompIcon ,
607
608
keywords : trans ( "uiComp.floatTextContainerCompKeywords" ) ,
608
- comp : ContainerComp ,
609
+ comp : FloatTextContainerComp ,
609
610
withoutLoading : true ,
610
611
layoutInfo : {
611
612
w : 12 ,
You can’t perform that action at this time.
0 commit comments