Refresh sidebar doesn't work
For my sidebar navigation item I only want to show the badge when a certain condition is true. I specified that condition in the Settings page class. When I try to refresh the sidebar on form save, this doesn't do anything.
Any idea's on why this doesn't work properly?
3 Replies
Solution
Dispatch the event from
afterSave()
Thank you @Dan Harrin , that works. Is there also an easy way to discover existing component names/events that are available in Filament/their components?
All events and hooks that are publicly available are documented I think