1
1
import { CompParams } from "lowcoder-core" ;
2
2
import { ToDataType } from "comps/generators/multi" ;
3
- import { NameConfigHidden , withExposingConfigs } from "comps/generators/withExposing" ;
3
+ import { NameConfigHidden , withExposingConfigs } from "comps/generators/withExposing" ;
4
4
import { NameGenerator } from "comps/utils/nameGenerator" ;
5
5
import { Section , sectionNames } from "lowcoder-design" ;
6
6
import { oldContainerParamsToNew } from "../containerBase" ;
@@ -10,7 +10,7 @@ import {
10
10
ContainerChildren ,
11
11
ContainerCompBuilder ,
12
12
} from "../triContainerComp/triContainerCompBuilder" ;
13
- import { disabledPropertyView , hiddenPropertyView } from "comps/utils/propertyUtils" ;
13
+ import { disabledPropertyView , hiddenPropertyView } from "comps/utils/propertyUtils" ;
14
14
import { trans } from "i18n" ;
15
15
import { BoolCodeControl } from "comps/controls/codeControl" ;
16
16
import { DisabledContext } from "comps/generators/uiCompBuilder" ;
@@ -26,7 +26,7 @@ export const ContainerBaseComp = (function () {
26
26
return new ContainerCompBuilder ( childrenMap , ( props , dispatch ) => {
27
27
return (
28
28
< DisabledContext . Provider value = { props . disabled } >
29
- < TriContainer { ...props } />
29
+ < TriContainer { ...props } />
30
30
</ DisabledContext . Provider >
31
31
) ;
32
32
} )
0 commit comments