Modal Not Refreshing #321
Unanswered
abbasmashaddy72
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a Modal, I am Using Delete Function to delete some image and refresh the same modal, but the Image gets deleted successfully and Notification Fires but emit refresh doesn't work.
Firing event:
$this->emit('refreshComponent');
Protected Listener:
protected $listeners = ['refreshComponent' => '$refresh'];
I am using Wire UI for Notification and Popup Dialog
where Popup Dialog is being used for Deleting image
Modal
Delete Popup
Notification of Image Deleted
Beta Was this translation helpful? Give feedback.
All reactions