Skip to content

Commit

Permalink
chore: padding tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Nov 6, 2024
1 parent a9b10b8 commit cb18e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions app/client/src/pages/Editor/FormConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,7 @@ function renderFormConfigTop(props: {
return (
<div className="form-config-top" key={props.config.label}>
{!nestedFormControl && // if the form control is a nested form control hide its label
(label?.length > 0 ||
encrypted ||
tooltipText ||
shouldRenderSubtitle) && (
(label?.length > 0 || encrypted || shouldRenderSubtitle) && (
<>
<FlexWrapper>
<FormLabel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
},
"children": [
{
"label": "",
"configProperty": "actionConfiguration.formData.pagination.data",
"controlType": "PAGINATION",
"-subtitle": "Object",
Expand Down

0 comments on commit cb18e1e

Please sign in to comment.