Dispatching Event after Action

Hi guys,

I added a PriceAssistantAction class to my application which is used at a specific tab in my ContractResource while editing a contract. The action itself is working perfectly fine, I just noticed one issue:

When I call $livewire->dispatch('$refresh') in after(), the application does not refresh the user interface.
Was this page helpful?