#extraModalFooterActions

4 messages · Page 1 of 1 (latest)

onyx dragon
#

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?

deft summitBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

onyx dragon
#

I've tried calling the unmountAction() function as thats the first thing I found?

#

Oh I found it, was looking at the wrong function

cancelParentActions()