Skip to content
Snippets Groups Projects
Unverified Commit a6af0456 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

change admin nav order (#21560)

parent 37fb6200
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,9 @@ const getAllMenuItems: () => {
key: "settings",
},
{
name: t`People`,
path: "/admin/people",
key: "people",
name: t`Databases`,
path: "/admin/databases",
key: "databases",
},
{
name: t`Data Model`,
......@@ -43,9 +43,9 @@ const getAllMenuItems: () => {
key: "data-model",
},
{
name: t`Databases`,
path: "/admin/databases",
key: "databases",
name: t`People`,
path: "/admin/people",
key: "people",
},
{
name: t`Permissions`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment