fix: correct uid
This commit is contained in:
@@ -11,7 +11,12 @@ export type MenuItem = {
|
||||
|
||||
export type SidebarProps = { menuItems: MenuItem[] }
|
||||
|
||||
export type PageLink = { uid: string; title: string; url?: string }
|
||||
export type PageLink = {
|
||||
uid: string
|
||||
title: string
|
||||
url?: string
|
||||
system: { uid: string }
|
||||
}
|
||||
|
||||
export type NavigationItem = {
|
||||
item: {
|
||||
|
||||
Reference in New Issue
Block a user