Closed KujengaDigital99 closed 6 days ago
Your code is working fine in demo app. Can you provide a reproduction repo?
->plugins([
CuratorPlugin::make()
->navigationGroup('Content')
->navigationCountBadge()
->navigationSort(3),
])
Filament Version
v3.2
Plugin Version
v3.6
PHP Version
8.2
Problem description
When I disable ->navigationGroup('Content') = The media navigation appears on the left, with the ->navigationCountBadge() showing as well
Expected behavior
How ever when I uncomment ->navigationGroup('Content') = Menu disappears entirely
Steps to reproduce
Reproduction repository
No response
Relevant log output
No response