Skip to content

Commit

Permalink
Added link to case
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Aug 9, 2024
1 parent bcd1ab0 commit 94863ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/TasksPage/TaskPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const columns: ColumnType<Components.Schemas.CaseUserTask>[] = [
render: (text) => dayjs(text).format("DD-MM-YYYY HH:mm")
}, {
header: "",
dataIndex: "id",
dataIndex: "case",
minWidth: 170,
render: (id) => <LinkButton label="Zaakdetails" path={ `/zaken/${ id }`} />
render: (caseId) => <LinkButton label="Zaakdetails" path={ `/zaken/${ caseId }`} />
}
]

Expand Down

0 comments on commit 94863ea

Please sign in to comment.