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
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