Skip to content

Commit

Permalink
fix: Update error text in density example
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 17, 2024
1 parent 74c0b42 commit 1f3a1f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export const GroupedInputs = () => {
})}
</FormFieldGroup.List>
<FormFieldGroup.Hint>
Some text
{error === 'error' && 'You must choose one topping'}
</FormFieldGroup.Hint>
</FormFieldGroup>
Expand Down

0 comments on commit 1f3a1f8

Please sign in to comment.