fix: correct typo in Alert component prop (#494)
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.
This commit is contained in:
@@ -61,7 +61,7 @@ export const ToleranceCard = ({
|
||||
{ isAnswerRange
|
||||
&& (
|
||||
<Alert
|
||||
varaint="info"
|
||||
variant="info"
|
||||
>
|
||||
<FormattedMessage {...messages.toleranceAnswerRangeWarning} />
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user