Skip to content

Commit 4242775

Browse files
feat:[lar-159] remove declined_at column
1 parent 4f49013 commit 4242775

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/Filament/Resources/ArticleResource.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ public static function table(Table $table): Table
9292
($state === 'En attente' ? 'heroicon-s-clock' : null))
9393
)
9494
->sortable(),
95-
Tables\Columns\TextColumn::make('declined_at')
96-
->label('Décliner')
97-
->placeholder('N/A')
98-
->date()
99-
->toggleable(isToggledHiddenByDefault: true),
10095
])
10196
->actions([
10297
ActionGroup::make([

0 commit comments

Comments
 (0)