Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e13f6225f | |||
| 7fcf45fcf5 |
+3
-3
@@ -40,13 +40,13 @@ const UserActionsCell: FC<Props> = ({id}) => {
|
||||
data-kt-menu-trigger='click'
|
||||
data-kt-menu-placement='bottom-end'
|
||||
>
|
||||
Actions
|
||||
<KTIcon iconName='down' className='fs-5 m-0' />
|
||||
View
|
||||
{/* <KTIcon iconName='down' className='fs-5 m-0' /> */}
|
||||
</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'
|
||||
data-kt-menu='true'
|
||||
data-kt-menu='false'
|
||||
>
|
||||
{/* begin::Menu item */}
|
||||
<div className='menu-item px-3'>
|
||||
|
||||
Reference in New Issue
Block a user