[WEB-4531]chore: refactor for timeline chart (#7440)
This commit is contained in:
parent
cc673a17a0
commit
4c3af7f8a1
16 changed files with 43 additions and 23 deletions
|
|
@ -190,7 +190,9 @@ export const getIssueBlocksStructure = (block: TIssue): IGanttBlock => ({
|
|||
sort_order: block?.sort_order,
|
||||
start_date: block?.start_date ?? undefined,
|
||||
target_date: block?.target_date ?? undefined,
|
||||
project_id: block?.project_id ?? undefined,
|
||||
meta: {
|
||||
project_id: block?.project_id ?? undefined,
|
||||
},
|
||||
});
|
||||
|
||||
export const formatTextList = (TextArray: string[]): string => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue