fix: use navigation urls
This commit is contained in:
@@ -6,7 +6,7 @@ export type MenuItem = {
|
||||
title: string
|
||||
linkText: string
|
||||
subItems: MenuItem[] | null
|
||||
url?: string
|
||||
url: string
|
||||
}
|
||||
|
||||
export type SidebarProps = { menuItems: MenuItem[] }
|
||||
@@ -14,7 +14,7 @@ export type SidebarProps = { menuItems: MenuItem[] }
|
||||
export type PageLink = {
|
||||
uid: string
|
||||
title: string
|
||||
url?: string
|
||||
url: string
|
||||
system: { uid: string }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user