refactor(frontend) : remove project from TaskStatus DTO and service
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
import type { Project } from './project'
|
||||
|
||||
export type TaskStatus = {
|
||||
id: number
|
||||
'@id'?: string
|
||||
label: string
|
||||
color: string
|
||||
position: number
|
||||
project: Project | null
|
||||
}
|
||||
|
||||
export type TaskStatusWrite = {
|
||||
label: string
|
||||
color: string
|
||||
position: number
|
||||
project: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user