exclusive-coralE
Refine3y ago
9 replies
exclusive-coral

Multi level menu without nested URL

I am using the following document to create nested items in the sidebar, but the URL of the nested items is always having the name of the parent item.
https://refine.dev/docs/advanced-tutorials/multi-level-menu/

Nested Item in the sidebar:
CMS -> posts

Actual URL:
<root>/cms/posts

Expected URL:
<root>/posts

I have already used the 'options: { route: "posts" }' in the nested element.
Was this page helpful?