feat(plan): show project name instead of raw id in cell
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user