Closed AliSuliman01 closed 3 months ago
I can't change the navigation label and group using typical filament methods.
class CustomersReport extends Report { ... public static function getNavigationGroup(): ?string { return 'Navigation Group'; } public static function getNavigationLabel(): string { return 'Navigation Label'; } ...
3.0.10
8.2.0
10.48.10
Windows
No response
Experiencing same issue here.
This has been fixed in the latest release
What happened?
I can't change the navigation label and group using typical filament methods.
How to reproduce the bug
Package Version
3.0.10
PHP Version
8.2.0
Laravel Version
10.48.10
Which operating systems does with happen with?
Windows
Notes
No response