Skip to content

Commit

Permalink
fix: Remove default modifier for formfield label (#3055)
Browse files Browse the repository at this point in the history
Remove default modifier for formfield label. False should be handled by the stencil.

[category:Components]

Co-authored-by: manuel.carrera <[email protected]>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Nov 19, 2024
1 parent cc00a3c commit 7ca693b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/react/form-field/lib/FormFieldLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const formFieldLabelStencil = createStencil({
},
defaultModifiers: {
typeLevel: 'subtext.large',
isRequired: 'false',
},
});

Expand Down

0 comments on commit 7ca693b

Please sign in to comment.