Resource table action not being triggered
Hi,
I've created a table within a resource and have a simple row action. When I click on the icon it spins but the action itself is never triggered.
I'm not sure where I'm going wrong the file was created using
php artisan make:filament-resource Service --simple --view
Thanks2 Replies
Solution
Does the
Service
model have id
as primary key?🤦♂️ I'm using sushi and forgot to add it to the schema. Thank you very much