Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Mar 4, 2024
1 parent d0e4cad commit 6f3e4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Filament/ChaosResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class ChaosResource extends Resource
{
use Translatable;

protected static ?string $navigationIcon = 'tabler-point-filled';

public static function langFile(): string
Expand Down
2 changes: 1 addition & 1 deletion src/Filament/ChaosResource/ChaosTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function make(
->label(__('zeus-chaos::core.deleted_at'))
->dateTime()
->searchable(false)
->toggleable(isToggledHiddenByDefault: true)
->toggleable(isToggledHiddenByDefault: true),
])
->actions([
Tables\Actions\ActionGroup::make([
Expand Down
2 changes: 1 addition & 1 deletion src/Filament/ChaosResource/Pages/ChaosEditRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ChaosEditRecord extends EditRecord
{
use EditRecord\Concerns\Translatable;

protected function getHeaderActions(): array
{
return [
Expand Down

0 comments on commit 6f3e4c0

Please sign in to comment.