Skip to content

Commit

Permalink
fix: correct typo in Alert component prop (#494)
Browse files Browse the repository at this point in the history
Corrected the typo in the prop name of the Alert component from 'varaint' to 'variant'. This change ensures the proper functioning of the alert in informational variant.
  • Loading branch information
milad-emami authored Jul 24, 2024
1 parent 9bce0a3 commit ebab15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const ToleranceCard = ({
{ isAnswerRange
&& (
<Alert
varaint="info"
variant="info"
>
<FormattedMessage {...messages.toleranceAnswerRangeWarning} />
</Alert>
Expand Down

0 comments on commit ebab15f

Please sign in to comment.