Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ede0aa0358 | |||
| e2ea8e18ed | |||
| 5e13f6225f | |||
| 7fcf45fcf5 |
+3
-3
@@ -40,13 +40,13 @@ const UserActionsCell: FC<Props> = ({id}) => {
|
|||||||
data-kt-menu-trigger='click'
|
data-kt-menu-trigger='click'
|
||||||
data-kt-menu-placement='bottom-end'
|
data-kt-menu-placement='bottom-end'
|
||||||
>
|
>
|
||||||
Actions
|
View
|
||||||
<KTIcon iconName='down' className='fs-5 m-0' />
|
{/* <KTIcon iconName='down' className='fs-5 m-0' /> */}
|
||||||
</a>
|
</a>
|
||||||
{/* begin::Menu */}
|
{/* begin::Menu */}
|
||||||
<div
|
<div
|
||||||
className='menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-125px py-4'
|
className='menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-600 menu-state-bg-light-primary fw-bold fs-7 w-125px py-4'
|
||||||
data-kt-menu='true'
|
data-kt-menu='false'
|
||||||
>
|
>
|
||||||
{/* begin::Menu item */}
|
{/* begin::Menu item */}
|
||||||
<div className='menu-item px-3'>
|
<div className='menu-item px-3'>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ const UserActionsCell: FC<Props> = ({ id }) => {
|
|||||||
data-kt-users-table-filter="delete_row"
|
data-kt-users-table-filter="delete_row"
|
||||||
onClick={async () => resendVerification()}
|
onClick={async () => resendVerification()}
|
||||||
>
|
>
|
||||||
Resend Verification
|
Employer Verification
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/* end::Menu item */}
|
{/* end::Menu item */}
|
||||||
|
|||||||
Reference in New Issue
Block a user