delete form , waiting for API

This commit is contained in:
2024-01-22 13:32:23 +03:30
parent 84fc274e28
commit 6d61f34039
6 changed files with 81 additions and 18 deletions

View File

@@ -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"],
}
],
];