Added Agency status and fixed ResourceTitle for Manage User
This commit is contained in:
@@ -23,6 +23,7 @@ const tableHeadRow = [
|
||||
"Registered Office Address",
|
||||
"Website/Domain",
|
||||
"GST no.",
|
||||
"Agency Status",
|
||||
"Action"
|
||||
|
||||
];
|
||||
@@ -122,6 +123,7 @@ const AgencyMaster = () => {
|
||||
"Registered Office Address": agency.registered_office,
|
||||
"Website/Domain": agency.domain_name,
|
||||
"GST no.": agency.gst_number,
|
||||
"Agency Status": agency.is_domain_verified ? "Verified" : "Unverified",
|
||||
"is_active": agency.is_active,
|
||||
Action: (
|
||||
<HStack justifyContent="center">
|
||||
|
||||
@@ -21,7 +21,7 @@ export const nav = [
|
||||
initPath: "/manage-users",
|
||||
Icon: BiUserPin,
|
||||
type: 'multiple',
|
||||
resourceTitle: 'Manage Users',
|
||||
resourceTitle: 'Manage User',
|
||||
children: [
|
||||
{
|
||||
title: "Register Users",
|
||||
|
||||
Reference in New Issue
Block a user