help component hidden
This commit was merged in pull request #3.
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user