File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
client/packages/lowcoder/src/comps/comps/formComp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ const FormBaseComp = (function () {
218
218
</ >
219
219
) }
220
220
221
- { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
221
+ { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
222
222
< >
223
223
< Section name = { sectionNames . layout } >
224
224
{ children . container . getPropertyView ( ) }
@@ -246,8 +246,8 @@ const FormBaseComp = (function () {
246
246
</ Section >
247
247
) }
248
248
{ children . container . children . showBody . getView ( ) && (
249
- < Section name = { ' Body Style' } >
250
- { children . container . bodyStylePropertyView ( ) }
249
+ < Section name = { " Body Style" } >
250
+ { children . container . bodyStylePropertyView ( ) }
251
251
</ Section >
252
252
) }
253
253
{ children . container . children . showFooter . getView ( ) && (
@@ -257,7 +257,7 @@ const FormBaseComp = (function () {
257
257
) }
258
258
</ >
259
259
) }
260
-
260
+
261
261
</ >
262
262
) ;
263
263
} )
You can’t perform that action at this time.
0 commit comments