Skip to content

Commit 974781a

Browse files
Update packages/mui/src/FieldTemplate/FieldTemplate.tsx
Co-authored-by: Heath C <[email protected]>
1 parent 44e96b1 commit 974781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui/src/FieldTemplate/FieldTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function FieldTemplate<
7373
>
7474
<FormControl fullWidth={true} error={rawErrors.length ? true : false} required={required}>
7575
{children}
76-
{!isCheckbox && displayLabel && rawDescription ? (
76+
{displayLabel && !isCheckbox && rawDescription ? (
7777
<Typography variant='caption' color='textSecondary'>
7878
{description}
7979
</Typography>

0 commit comments

Comments
 (0)