Default table delete action does not do anything in some resources
In 2 of my resources, the default table DeleteAction does not do anything, no confirm model is showed, the network response for the click seems like it dispatched a close modal action ?
Lol, always as I try to ask for help here I spot the problem myself while writing this

Solution:Jump to solution
It had a Filament\Action\DeleteAction, when I change it to Filament\Tables\Actions\DeleteAction it works fine. shouldnt that throw an exception if you use a non table action?
1 Reply
Solution
It had a Filament\Action\DeleteAction, when I change it to Filament\Tables\Actions\DeleteAction it works fine. shouldnt that throw an exception if you use a non table action?