Skip to content

Commit

Permalink
removed toggable from created_at column and set always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
carloeusebi authored Jan 19, 2025
1 parent e529d01 commit b0d5f4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/ExceptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ public static function table(Table $table): Table
->label(fn (): string => __('filament-exceptions::filament-exceptions.columns.occurred_at'))
->sortable()
->searchable()
->dateTime()
->toggleable(isToggledHiddenByDefault: true),
->dateTime(),
])
->filters([
//
Expand Down

0 comments on commit b0d5f4b

Please sign in to comment.