We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6e27a commit 237a639Copy full SHA for 237a639
app/Notifications/Admin/ExportExcelNotification.php
@@ -73,11 +73,11 @@ public function toDatabase(): array
73
->seconds(5)
74
->icon('heroicon-o-inbox-in')
75
->actions([
76
-// Action::make('export_excel')
77
-// ->label(__('filament-excel::notifications.download_ready.download'))
78
-// ->url($this->generateURL(), shouldOpenInNewTab: true)
79
-// ->button()
80
-// ->close(),
+ // Action::make('export_excel')
+ // ->label(__('filament-excel::notifications.download_ready.download'))
+ // ->url($this->generateURL(), shouldOpenInNewTab: true)
+ // ->button()
+ // ->close(),
81
])
82
->getDatabaseMessage();
83
}
0 commit comments