From 86d62a41cf70ea3e4ad25056ced5f7e1836d991c Mon Sep 17 00:00:00 2001 From: aharpt Date: Thu, 7 Jul 2022 21:11:08 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20issue=20with=20ho?= =?UTF-8?q?w=20SQFormHelperText=20chose=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix issue with how SQFormHelperText chose type --- src/components/SQFormDialog/SQFormDialogInner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SQFormDialog/SQFormDialogInner.tsx b/src/components/SQFormDialog/SQFormDialogInner.tsx index 13642eda..b012bf00 100644 --- a/src/components/SQFormDialog/SQFormDialogInner.tsx +++ b/src/components/SQFormDialog/SQFormDialogInner.tsx @@ -247,7 +247,7 @@ function SQFormDialogInner({ default: return ( - + ); }