First Action Modal doesn't close
I've implemented a delete action for the
editOptionForm
like so:
But the confirmation modal for the delete action is behind the edit modal, because the edit modal doesn't close. Even when using cancelParentActions
.
How can I make it, so the edit modal closes?
Thank you!0 Replies