FilamentF
Filament15mo ago
ddoddsr

export successful no notification

I am running a bulk action export and the process ends with a promise of a download notification and download link.
The data shows up in storage/app/public/filament_exports/

But the notification never comes.

The data in the notification table row data:
 "body": "Your client export has completed and 1 row exported.",
    "color": null,
    "duration": "persistent",
    "icon": "heroicon-o-check-circle",
    "iconColor": "success",
    "status": "success",
    "title": "Export completed",
    "view": "filament-notifications::notification",
    "viewData": [],
    "format": "filament"

I get other notifications why not these?
Was this page helpful?