Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 21, 2025
1 parent 580a13b commit 14da1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filament/Resources/ComponentGroupResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public static function table(Table $table): Table
$record->order_column === ResourceOrderColumnEnum::Manual => 'heroicon-o-chevron-up-down',
$record->order_direction === ResourceOrderDirectionEnum::Asc => 'heroicon-o-arrow-up',
$record->order_direction === ResourceOrderDirectionEnum::Desc => 'heroicon-o-arrow-down',
default => null,
})
->label(__('cachet::component_group.list.headers.order_column'))
->sortable(),
Expand Down

0 comments on commit 14da1fd

Please sign in to comment.