Custom Notification view

I am trying to create a view with custom styles for a specific notification after executing a page Action. However I do not want to override all notifications by configuring the view in the boot method of a service provider. I just need one custom view for a specific notification
3 Replies
toeknee
toeknee2y ago
Can you proide some example?
wyChoong
wyChoong2y ago
not documented, please refer this https://github.com/filamentphp/filament/pull/5739
tharindarodrigo
tharindarodrigoOP2y ago
Thanks @wychoong this worked. I tried the method earlier but I was missing out on safeViews And thanks a lot for the PR.

Did you find this page helpful?