Skip to content

Commit

Permalink
Merge branch 'RickDBCN:main' into fix_translate
Browse files Browse the repository at this point in the history
  • Loading branch information
mstfkhazaal authored Nov 7, 2023
2 parents 00afad2 + d2f1c49 commit 316ce37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Filament/Resources/EmailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,7 @@ public static function table(Table $table): Table
])
->groupedBulkActions([
DeleteBulkAction::make()
->requiresConfirmation()
->action(function () {
Notification::make()
->title('Emails succesfully deleted')
->success()
->send();
}),
->requiresConfirmation(),
]);
}

Expand Down

0 comments on commit 316ce37

Please sign in to comment.