Add Teams (DB + API + UI)
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
export interface ProjectCreate {
|
||||
name: string;
|
||||
status?: string;
|
||||
team_id?: number | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user