province head 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
|
||||
|
||||
// province head expert
|
||||
export const GET_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/show";
|
||||
|
||||
export const CONFIRM_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/confirm";
|
||||
|
||||
export const REJECT_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/reject";
|
||||
|
||||
export const REVISE_PROVINCE_HEAD_EXPERT =
|
||||
BASE_URL + "/dashboard/province_head_expert/edit";
|
||||
//province head expert
|
||||
|
||||
@@ -57,6 +57,14 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
role: "province_manager",
|
||||
},
|
||||
{
|
||||
key: "sidebar.province-head-expert",
|
||||
type: "page",
|
||||
route: "/dashboard/province-head-expert",
|
||||
icon: <DesktopWindowsIcon/>,
|
||||
selected: false,
|
||||
role: "province_head_expert",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user