disable dev Reports page
This commit is contained in:
@ -147,9 +147,9 @@ const pages = [
|
||||
path: "/fuel/reports",
|
||||
icon: <Form24Color />,
|
||||
component: <ReportsPage />,
|
||||
drawer: true,
|
||||
dashboard: true,
|
||||
enabled: true,
|
||||
drawer: false,
|
||||
dashboard: false,
|
||||
enabled: false,
|
||||
},
|
||||
// {
|
||||
// label: "ИКС",
|
||||
|
||||
Reference in New Issue
Block a user