You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="New Sidebar" :link="route('newSidebar')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sidebar is not active when you trying to add new sidebar menu because your tag name 'New Sidebar' is not the same as routing name, you can see in routing/web.php. and I think you should fix the logic in components/maz-sidebar-item.blade.php because sometimes it's not connect between tag name and routing name.
#22
The text was updated successfully, but these errors were encountered:
MuhammadAgungMahardhika
changed the title
Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>)
Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sometimes the pattern is not connect with routing name because of space or else
Dec 1, 2023
MuhammadAgungMahardhika
changed the title
Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="Dashboard" :link="route('dashboard')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sometimes the pattern is not connect with routing name because of space or else
Issues with Sidebar menu ex: ( <x-maz-sidebar-item name="New Sidebar" :link="route('newSidebar')" icon="bi bi-grid-fill"></x-maz-sidebar-item>), sidebar is not active when you trying to add new sidebar menu because your tag name 'New Sidebar' is not the same as routing name, you can see in routing/web.php. and I think you should fix the logic in components/maz-sidebar-item.blade.php because sometimes it's not connect between tag name and routing name.
Dec 1, 2023
No description provided.
The text was updated successfully, but these errors were encountered: