Hasnayeen / themes

Themes for Filament panels.
MIT License
233 stars 31 forks source link

[Bug]: Navigation Item disabled not work #58

Open mstfkhazaal opened 4 months ago

mstfkhazaal commented 4 months ago

What happened?

Navigation Item disabled not work in Sunset theme

image

How to reproduce the bug

add on panel provider

->navigationItems( [ NavigationItem::make('test') ->label(fn (): string => 'Test') ] )

Package Version

latest

Filament Version

v3.2.92

PHP Version

8.2

Laravel Version

11

Notes

No response