Skip to content

Commit 2e15f34

Browse files
committed
fix build
1 parent 8ee7b5d commit 2e15f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/portal/src/components/others/Sidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ type ReferenceSideBarProps = {
5050
links: SidebarLink[];
5151
onLinkClick?: () => void;
5252
header?: React.ReactNode;
53+
name: string;
5354
};
5455

5556
export function DocSidebar(props: ReferenceSideBarProps) {

0 commit comments

Comments
 (0)