From 38f577e8f1312116b0d131d773ef865875bf4bb6 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Mon, 26 Jun 2023 16:33:45 -0400 Subject: [PATCH] fix(striker-ui): change success message to type info in form utils --- striker-ui/hooks/useFormUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/striker-ui/hooks/useFormUtils.ts b/striker-ui/hooks/useFormUtils.ts index 58d6e9bb..ce7a8121 100644 --- a/striker-ui/hooks/useFormUtils.ts +++ b/striker-ui/hooks/useFormUtils.ts @@ -93,6 +93,7 @@ const useFormUtils = < .then(() => { messageGroupRef?.current?.setMessage?.call(null, msgKey, { children: successMsg, + type: 'info', }); }) .catch((apiError) => {