NN
This commit is contained in:
@@ -41,14 +41,14 @@ const usersData: any[] = [
|
||||
"Type of User": "Admin",
|
||||
Language: "English",
|
||||
"Activate/Deactivate": (
|
||||
<HStack>
|
||||
<HStack justifyContent="center" >
|
||||
<Text>Yes</Text>
|
||||
<Switch size="sm" colorPalette="teal" />
|
||||
<Text>No</Text>
|
||||
</HStack>
|
||||
),
|
||||
Action: (
|
||||
<HStack gap={2}>
|
||||
<HStack justifyContent="center" gap={2}>
|
||||
<FaRegEye cursor="pointer" size="18px" />
|
||||
<CiEdit cursor="pointer" size="18px" />
|
||||
<RiDeleteBin5Line cursor="pointer" size="18px" />
|
||||
|
||||
Reference in New Issue
Block a user