File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88use App \Filament \Widgets \DonationCountOverview ;
99use App \Filament \Widgets \OrganizationOverview ;
1010use App \Filament \Widgets \ProjectOverview ;
11- use App \Filament \Widgets \StatisticsDonationsChart ;
1211
1312class Dashboard extends \Filament \Pages \Dashboard
1413{
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ public function toMail(object $notifiable): MailMessage
4848 return (new MailMessage )
4949 ->subject (__ ('notification.export_finished.title ' ))
5050 ->line (__ ('notification.export_finished.body ' , ['filename ' => $ this ->filename ]))
51- ->attach (Storage::disk ('filament-excel ' )->path ($ this ->filename ))
52- ->action (__ ('notification.export_finished.action ' ), Storage::disk ('filament-excel ' )->url ($ this ->filename ));
51+ ->attach (Storage::disk ('filament-excel ' )->path ($ this ->filename ));
52+ // ->action(__('notification.export_finished.action'), Storage::disk('filament-excel')->url($this->filename));
5353 }
5454
5555 /**
You can’t perform that action at this time.
0 commit comments