Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/Filament/Resources/TicketResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ public static function tableColumns(bool $withProject = true): array
'record' => $record, // opsional kalau view kamu masih butuh $record
])
->sortable()
->searchable()
->disabledClick(),

// Kolom penanggung jawab
Expand All @@ -378,7 +377,6 @@ public static function tableColumns(bool $withProject = true): array
'record' => $record, // opsional kalau view kamu masih butuh $record
])
->sortable()
->searchable()
->disabledClick(),

// Kolom status
Expand Down
Loading