We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f65ed2 commit c1c3222Copy full SHA for c1c3222
client/packages/lowcoder/src/comps/comps/containerComp/containerComp.tsx
@@ -33,8 +33,7 @@ export const ContainerBaseComp = (function () {
33
.setPropertyViewFn((children) => {
34
return (
35
<>
36
- {(useContext(EditorContext).editorModeStatus === "logic" ||
37
- useContext(EditorContext).editorModeStatus === "both") && (
+ {(useContext(EditorContext).editorModeStatus === "logic" || useContext(EditorContext).editorModeStatus === "both") && (
38
<Section name={sectionNames.interaction}>
39
{disabledPropertyView(children)}
40
{hiddenPropertyView(children)}
0 commit comments