delete form , waiting for API
This commit is contained in:
@@ -235,9 +235,10 @@ export const GET_HISTORY_DETAIL = BASE_URL + "/dashboard/navgan_loans"
|
||||
export const EXPORT_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans/export"
|
||||
|
||||
//admin setting
|
||||
export const GET_ADMIN_SETTING = BASE_URL + ""
|
||||
export const ADD_ADMIN_SETTING = BASE_URL + ""
|
||||
export const UPDATE_ADMIN_SETTING = BASE_URL + ""
|
||||
export const GET_ADMIN_SETTING = BASE_URL + "/dashboard/settings/show"
|
||||
export const ADD_ADMIN_SETTING = BASE_URL + "/dashboard/settings/store"
|
||||
export const UPDATE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/update"
|
||||
export const DELETE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/delete"
|
||||
|
||||
// loan statistics
|
||||
export const GET_LOAN_STATISTICS = BASE_URL + "/dashboard/reports/navgan/statistics"
|
||||
|
||||
@@ -207,7 +207,7 @@ const sidebarMenu = [
|
||||
route: "/dashboard/admin-setting",
|
||||
icon: <SettingsIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permissions: ["manage_roles"],
|
||||
permissions: ["view_settings"],
|
||||
}
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user