feat: added tags for cards, aligned status headers
This commit is contained in:
@@ -12,7 +12,7 @@ export type CardGeneralInfoSchema = {
|
||||
manager?: (UserSchema | null);
|
||||
boardId: number;
|
||||
statusId: number;
|
||||
isServicesProfitAccounted: boolean;
|
||||
clientId: (number | null);
|
||||
tags: Array<string>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user