feat(plan): show project name instead of raw id in cell

This commit is contained in:
BOHA
2026-06-05 13:51:27 +02:00
parent f0816b126b
commit 9a11a8f001
4 changed files with 74 additions and 13 deletions

View File

@@ -448,7 +448,12 @@ export default function PlanWork() {
</div>
)}
<PlanGrid data={grid} canEdit={canEdit} onCellClick={openCell} />
<PlanGrid
data={grid}
projects={projects}
canEdit={canEdit}
onCellClick={openCell}
/>
<PlanCellModal
key={modalKey}