Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c14f5b9e22 | |||
| bc103a747a | |||
| fb6092c359 |
@@ -45,13 +45,13 @@ const UserActionsCell: FC<Props> = ({id}) => {
|
||||
</a>
|
||||
{/* begin::Menu */}
|
||||
<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-175px py-4'
|
||||
data-kt-menu='true'
|
||||
>
|
||||
{/* begin::Menu item */}
|
||||
<div className='menu-item px-3'>
|
||||
<a className='menu-link px-3' onClick={openEditModal}>
|
||||
Edit
|
||||
Cancel Application
|
||||
</a>
|
||||
</div>
|
||||
{/* end::Menu item */}
|
||||
@@ -63,7 +63,7 @@ const UserActionsCell: FC<Props> = ({id}) => {
|
||||
data-kt-users-table-filter='delete_row'
|
||||
onClick={async () => await deleteItem.mutateAsync()}
|
||||
>
|
||||
Delete
|
||||
Start Processing
|
||||
</a>
|
||||
</div>
|
||||
{/* end::Menu item */}
|
||||
|
||||
Reference in New Issue
Block a user