Hello, I have kanban implemented in a project, that depending on the status (column) that changes, there is a need to open a modal to add information, but I would like that the moment I click cancel in the modal, the card does not go to the new ID (it already does not change status in the database), but I need to do this also on screen. I would also like to know if there is any possibility for the card to change status immediately, and if there is an error in the backend, it would revert. Currently I change columns (status), and the card gets stuck until I get the success response.
Thanks.