extraModalFooterActions

Due to the layout of my project, I have an edit action, but inside that, I have a delete action in the modal footer actions... When I delete the record, it deletes successfully but then redirects back to the edit modal for a record thats been deleted. Is there a dispatch function or anything to manually close the modal/parents?
Solution:
Oh I found it, was looking at the wrong function
cancelParentActions()
cancelParentActions()
...
Jump to solution
2 Replies
Jamie Cee
Jamie CeeOP15h ago
I've tried calling the unmountAction() function as thats the first thing I found?
Solution
Jamie Cee
Jamie Cee15h ago
Oh I found it, was looking at the wrong function
cancelParentActions()
cancelParentActions()

Did you find this page helpful?