how can I set notification message(usually exist in response in body), when I send custom request from custom form
Closed this issue · 1 comments
gorrus39 commented
Hello!)
I want to send messages from users page to selectable users.
- select users
tableConfig: {
rowSelection: {
render: ({ selectedRowKeys }) => <RowSelection selectedKeys={selectedRowKeys} />,
},
},
- click on additional action - send message
- in modal window in custom form write message
- submit
Сouldn't understand how make with your tools...
after submiting I get response with "message" field in body in response
how can I invoke getted text-message in notification like in image below ?
gorrus39 commented
perhaps you have more detailed information (documentation) about this project, besides what is on the home page?
Now my skills do not allow me to fully understand your cool project with information on homepage...