refactor: modularize admin dashboard view with partials and update intern parent ID mapping for gantt chart rendering

This commit is contained in:
Ümit Tunç
2026-06-26 15:59:59 +03:00
parent 0e558fd1dc
commit 66366aa8b8
2 changed files with 2 additions and 2 deletions
@@ -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),