Skip to content

Commit 16991c1

Browse files
committed
fix: (LAR-157) fixing lint
1 parent 56b789d commit 16991c1

File tree

7 files changed

+126
-124
lines changed

7 files changed

+126
-124
lines changed

app/Filament/Resources/UserResource.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static function table(Table $table): Table
5959
->placeholder('N/A')
6060
->date(),
6161
Tables\Columns\TextColumn::make(name: 'created_at')
62-
->label(__('use.inscription'))
62+
->label(__('user.inscription'))
6363
->date(),
6464
])
6565
->filters([
@@ -127,6 +127,7 @@ public static function table(Table $table): Table
127127
Notification::make()
128128
->warning()
129129
->title(__('actions.delete_none'))
130+
->duration(5000)
130131
->body(__('actions.delete_none_description'))
131132
->send();
132133

@@ -140,6 +141,7 @@ public static function table(Table $table): Table
140141
Notification::make()
141142
->success()
142143
->title(__('actions.delete_success'))
144+
->duration(5000)
143145
->body(__('actions.delete_success_description'))
144146
->send();
145147
})

0 commit comments

Comments
 (0)