refactor: modularize admin dashboard view with partials and update intern parent ID mapping for gantt chart rendering
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
|
||||
const formattedData = ganttData.map(intern => ({
|
||||
id: intern.id,
|
||||
parentId: 0,
|
||||
parentId: null,
|
||||
title: intern.title,
|
||||
start: new Date(intern.start),
|
||||
end: new Date(intern.end),
|
||||
|
||||
Reference in New Issue
Block a user