chore: Update User column placeholder from 'Guest' to 'Tamu'.
This commit is contained in:
parent
88c450af7f
commit
5313afb31e
@ -68,7 +68,7 @@ public static function table(Table $table): Table
|
||||
|
||||
TextColumn::make('user.name')
|
||||
->label('User')
|
||||
->placeholder('Guest'),
|
||||
->placeholder('Tamu'),
|
||||
])
|
||||
->defaultSort('date', 'desc')
|
||||
->filters([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user