diff --git a/packages/ui/src/fields/Group/index.tsx b/packages/ui/src/fields/Group/index.tsx index f2e3b205e..b93661ba3 100644 --- a/packages/ui/src/fields/Group/index.tsx +++ b/packages/ui/src/fields/Group/index.tsx @@ -71,31 +71,33 @@ export const GroupFieldComponent: GroupFieldClientComponent = (props) => { >
-
- {Boolean(Label || Description || label) && ( -
- - - - } - /> - } - /> -
- )} - {fieldHasErrors && } -
+ {Boolean(Label || Description || label || fieldHasErrors) && ( +
+ {Boolean(Label || Description || label) && ( +
+ + + + } + /> + } + /> +
+ )} + {fieldHasErrors && } +
+ )} {BeforeInput}