fix(report): add success notification after report submission
This commit is contained in:
parent
0055761ab3
commit
ad6335542e
@ -127,6 +127,7 @@ public function table(Table $table): Table
|
||||
|
||||
return $data;
|
||||
})
|
||||
->successNotification(null)
|
||||
->after(function (Report $record): void {
|
||||
CheerfulNotification::success(
|
||||
'Laporan Berhasil Terkirim! 🚀✨',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user