help component hidden

This commit was merged in pull request #3.
This commit is contained in:
victorAnumudu
2024-04-25 14:13:45 +01:00
parent 4877e349f2
commit aa7c1b0354
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const MasterLayout = () => {
{/* begin:: Drawers */}
<ActivityDrawer />
<RightToolbar />
{/* <RightToolbar /> */}
<DrawerMessenger />
{/* end:: Drawers */}
@@ -21,26 +21,26 @@ const SidebarMenuMain = () => {
</div>
</div>
<SidebarMenuItemWithSub
to='/crafted/pages'
to='/loan/pages'
title='Process'
fontIcon='bi-archive'
icon='element-plus'
>
<SidebarMenuItemWithSub to='/crafted/pages/process' title='Loan' hasBullet={true}>
<SidebarMenuItem to='/crafted/pages/process/started' title='Started' hasBullet={true} />
<SidebarMenuItem to='/crafted/pages/process/pending' title='Pending' hasBullet={true} />
<SidebarMenuItemWithSub to='/loan/pages/process' title='Loan' hasBullet={true}>
<SidebarMenuItem to='/loan/pages/process/started' title='Started' hasBullet={true} />
<SidebarMenuItem to='/loan/pages/process/pending' title='Pending' hasBullet={true} />
<SidebarMenuItem
to='/crafted/pages/process/ready'
to='/loan/pages/process/ready'
title='Ready'
hasBullet={true}
/>
<SidebarMenuItem
to='/crafted/pages/process/approved'
to='/loan/pages/process/approved'
title='Approved'
hasBullet={true}
/>
<SidebarMenuItem
to='/crafted/pages/process/rejected'
to='/loan/pages/process/rejected'
title='Rejected'
hasBullet={true}
/>