fix(striker-ui): change success message to type info in form utils

main
Tsu-ba-me 2 years ago
parent a1a2a043a8
commit 38f577e8f1
  1. 1
      striker-ui/hooks/useFormUtils.ts

@ -93,6 +93,7 @@ const useFormUtils = <
.then(() => { .then(() => {
messageGroupRef?.current?.setMessage?.call(null, msgKey, { messageGroupRef?.current?.setMessage?.call(null, msgKey, {
children: successMsg, children: successMsg,
type: 'info',
}); });
}) })
.catch((apiError) => { .catch((apiError) => {

Loading…
Cancel
Save