Page refresh with Infolist Action

Is there a way to refresh a page after Infolist component action is clicked? I've tried dispatching event but no luck for now.
1 Reply
dusano
dusanoOP2w ago
I 've managed to do it for now with ->after(function() { return redirect(url()->previous()); }) But i wonder if there is way without using redirect

Did you find this page helpful?