use-modal-form-success
how to change success notification message in useModalForm hook ?
4 Replies
Hey @coops8 ,
Which form library are you using? Antd, react-hook-form, etc.
optimistic-gold•2y ago
react antd
You can override with
successNotification
property
https://refine.dev/docs/api-reference/antd/hooks/form/useForm/#propertiesoptimistic-gold•2y ago
Thanks @Omer