feat: rebuild main navigation so that it works recursively with projects
This commit is contained in:
@ -18,6 +18,7 @@ export interface IProject extends IAbstract {
|
||||
subscription: ISubscription
|
||||
position: number
|
||||
backgroundBlurHash: string
|
||||
childProjects: IProject[] | null
|
||||
|
||||
created: Date
|
||||
updated: Date
|
||||
|
Reference in New Issue
Block a user