Soft deleted records don't show after applying filter
I'm having weird problem with filament, I have 4 soft deleted profiles and added a filter to show them in ProfileResource, but none are getting shown in table, if I dd the query it's also showing correct SQL for return $query->onlyTrashed():
Sql dump:
ProfileResource.php
1 Reply