File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps/containerComp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ export const ContainerBaseComp = (function () {
33
33
. setPropertyViewFn ( ( children ) => {
34
34
return (
35
35
< >
36
- { ( useContext ( EditorContext ) . editorModeStatus === "logic" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
36
+ { ( useContext ( EditorContext ) . editorModeStatus === "logic" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
37
37
< Section name = { sectionNames . interaction } >
38
38
{ disabledPropertyView ( children ) }
39
39
{ hiddenPropertyView ( children ) }
40
40
</ Section >
41
41
) }
42
42
43
- { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
43
+ { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
44
44
< > < Section name = { sectionNames . layout } >
45
45
{ children . container . getPropertyView ( ) }
46
46
</ Section >
You can’t perform that action at this time.
0 commit comments