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()
Was this page helpful?