Skip to content

Commit e05ea9d

Browse files
committed
Add default value for Updated column
1 parent 25ca823 commit e05ea9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Filament/Resources/Replies/Tables/RepliesTable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public static function configure(Table $table): Table
4545

4646
IconColumn::make('updated_by')
4747
->label('Updated')
48-
->boolean(),
48+
->boolean()
49+
->default(false),
4950

5051
TextColumn::make('created_at')
5152
->label('Created on')

0 commit comments

Comments
 (0)