mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 20:31:09 +10:00
fix tree state
This commit is contained in:
@ -52,6 +52,8 @@ export function useTreeMutation<T>(spaceId: string) {
|
||||
slugId: createdPage.slugId,
|
||||
name: "",
|
||||
position: createdPage.position,
|
||||
spaceId: createdPage.spaceId,
|
||||
parentPageId: createdPage.parentPageId,
|
||||
children: [],
|
||||
} as any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user