feat: restrict database management page to admin users only
This commit is contained in:
@@ -80,6 +80,7 @@ export function Sidebar() {
|
||||
name: "Database Management",
|
||||
path: "/database-management",
|
||||
icon: <Database className="h-5 w-5" />,
|
||||
adminOnly: true,
|
||||
},
|
||||
{
|
||||
name: "Settings",
|
||||
|
||||
Reference in New Issue
Block a user