removal of unwanted nav menu item

This commit is contained in:
victorAnumudu
2024-05-03 19:02:56 +01:00
parent 1f14da1778
commit 81d99e1537
4 changed files with 30 additions and 30 deletions
@@ -13,17 +13,17 @@ const UsersListToolbar = () => {
<UsersListFilter />
{/* begin::Export */}
<button type='button' className='btn btn-light-primary me-3'>
{/* <button type='button' className='btn btn-light-primary me-3'>
<KTIcon iconName='exit-up' className='fs-2' />
Export
</button>
</button> */}
{/* end::Export */}
{/* begin::Add user */}
<button type='button' className='btn btn-primary' onClick={openAddUserModal}>
{/* <button type='button' className='btn btn-primary' onClick={openAddUserModal}>
<KTIcon iconName='plus' className='fs-2' />
Add User
</button>
</button> */}
{/* end::Add user */}
</div>
)