ispector expert init
This commit is contained in:
@@ -66,3 +66,17 @@ export const CONFIRM_PROVINCE_MANAGER =
|
||||
export const REJECT_PROVINCE_MANAGER =
|
||||
BASE_URL + "/dashboard/province_manager/reject";
|
||||
//province manager
|
||||
|
||||
// inspector expert
|
||||
export const GET_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/show";
|
||||
|
||||
export const CONFIRM_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/confirm";
|
||||
|
||||
export const REJECT_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/reject";
|
||||
|
||||
export const REVISE_INSPECTOR_EXPERT =
|
||||
BASE_URL + "/dashboard/inspector_expert/revise"
|
||||
//inspector expert
|
||||
|
||||
@@ -57,6 +57,14 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
role: "province_manager",
|
||||
},
|
||||
{
|
||||
key: "sidebar.inspector-expert",
|
||||
type: "page",
|
||||
route: "/dashboard/inspector-expert",
|
||||
icon: <DesktopWindowsIcon/>,
|
||||
selected: false,
|
||||
role: "inspector_expert",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user