feat(navigation): make dragging a project to a parent work
This commit is contained in:
@ -19,6 +19,7 @@ export interface IProject extends IAbstract {
|
||||
position: number
|
||||
backgroundBlurHash: string
|
||||
childProjects: IProject[] | null
|
||||
parentProjectId: number
|
||||
|
||||
created: Date
|
||||
updated: Date
|
||||
|
Reference in New Issue
Block a user