We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47de509 + 2cd0a08 commit a919a38Copy full SHA for a919a38
1 file changed
app/Filament/Resources/TicketResource/Pages/ListTickets.php
@@ -11,6 +11,11 @@ class ListTickets extends ListRecords
11
{
12
protected static string $resource = TicketResource::class;
13
14
+ protected function shouldPersistTableFiltersInSession(): bool
15
+ {
16
+ return true;
17
+ }
18
+
19
protected function getActions(): array
20
21
return [
0 commit comments