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) => {