Skip to content

Commit

Permalink
fix: 🐛 Fixed issue with how SQFormHelperText chose type
Browse files Browse the repository at this point in the history
Fix issue with how SQFormHelperText chose type
  • Loading branch information
aharpt committed Jul 8, 2022
1 parent 86c17ac commit 86d62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SQFormDialog/SQFormDialogInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function SQFormDialogInner<Values extends FormikValues>({
default:
return (
<Grid item={true}>
<SQFormHelperText errorText={helperText} />
<SQFormHelperText isValidState={false} errorText={helperText} />
</Grid>
);
}
Expand Down

0 comments on commit 86d62a4

Please sign in to comment.