feat: Show drafts in sidebar when viewing (#2820)
This commit is contained in:
@@ -134,6 +134,7 @@ export type NavigationNode = {
|
||||
title: string;
|
||||
url: string;
|
||||
children: NavigationNode[];
|
||||
isDraft?: boolean;
|
||||
};
|
||||
|
||||
// Pagination response in an API call
|
||||
|
||||
Reference in New Issue
Block a user