F
Filament7mo ago
Chriis

Tables\Actions\ForceDeleteAction and Tables\Actions\ForceDeleteBulkAction are no longer working

What I am trying to do: Having Tables\Actions\ForceDeleteAction and Tables\Actions\ForceDeleteBulkAction in my archived tab What I did: I applied this condition to both of them
->visible(fn ($livewire) => $livewire->activeTab === 'archived')
->visible(fn ($livewire) => $livewire->activeTab === 'archived')
My issue/the error: It was working perfectly for weeks but today I noticed they disappeared and I have made absolutely no changes on this part of the app
1 Reply
Chriis
Chriis7mo ago
Please, can someone tell me if he have the same problem ? Just to know if its me 😬