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";
192192import { DrawerComp } from "./hooks/drawerComp" ;
193193import { ModalComp } from "./hooks/modalComp" ;
194194import { defaultCollapsibleContainerData } from "./comps/containerComp/collapsibleContainerComp" ;
195+ import { ContainerComp as FloatTextContainerComp } from "./comps/containerComp/textContainerComp" ;
195196
196197type 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 ,
You can’t perform that action at this time.
0 commit comments