then-purpleT
Refine2y ago
7 replies
then-purple

New page not shown on main page on click, but navigates away unlike the 2 examples in the given repo

my new page shows in the sidebar but navigates to a new page unlike the 2 existing demo apps
I added this to my resources in src/app/layout ( using the nextjs version)

{
name: "createUser",
list: "/create-user",
meta: {
label: "Create User",
},
},
Was this page helpful?