Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 516151e

Browse files
committed
formating removed-101
1 parent 29bedc8 commit 516151e

File tree

1 file changed

+2
-2
lines changed
  • client/packages/lowcoder/src/comps/comps/formComp

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/formComp/formComp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const FormBaseComp = (function () {
246246
</Section>
247247
)}
248248
{children.container.children.showBody.getView() && (
249-
<Section name={"Body Style"}>
249+
<Section name={"Body Style"}>
250250
{ children.container.bodyStylePropertyView() }
251251
</Section>
252252
)}
@@ -257,7 +257,7 @@ const FormBaseComp = (function () {
257257
)}
258258
</>
259259
)}
260-
260+
261261
</>
262262
);
263263
})

0 commit comments

Comments
 (0)