Action causes error: TypeError: Cannot convert undefined or null to object
I have an action button which is only visible when a certain filter is enabled:
When filter is enabled and I press approve on the row. The row should disappear from the table because the row doesn't comply with the conditions of the filter.
So When I press the Action button I get the following livewire error (See screenshot)
My question is how can I handle this. Maybe the page should refresh after the action is finished.
1 Reply
Hi, Does anyone have an idea on how to solve this ?