Hasnayeen / themes

Themes for Filament panels.
MIT License
217 stars 30 forks source link

[Bug]: Navigation Item disabled not work #58

Open mstfkhazaal opened 3 months ago

mstfkhazaal commented 3 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