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 8
8
use App \Filament \Widgets \DonationCountOverview ;
9
9
use App \Filament \Widgets \OrganizationOverview ;
10
10
use App \Filament \Widgets \ProjectOverview ;
11
- use App \Filament \Widgets \StatisticsDonationsChart ;
12
11
13
12
class Dashboard extends \Filament \Pages \Dashboard
14
13
{
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ public function toMail(object $notifiable): MailMessage
48
48
return (new MailMessage )
49
49
->subject (__ ('notification.export_finished.title ' ))
50
50
->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));
53
53
}
54
54
55
55
/**
You can’t perform that action at this time.
0 commit comments