Skip to content

Commit c24d3b8

Browse files
✨ - feat: show assignee in toolbar
1 parent ce88dd0 commit c24d3b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/pages/destructionlist/detail/components/DestructionListToolbar/DestructionListToolbar.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export function DestructionListToolbar({
5353
label: "Auteur",
5454
value: formatUser(destructionList.author),
5555
},
56+
toegewezen: {
57+
label: "Toegewezen aan",
58+
value: formatUser(destructionList.assignee),
59+
},
5660
bevatGevoeligeInformatie: {
5761
label: "Bevat gevoelige informatie",
5862
value: destructionList.containsSensitiveInfo,

0 commit comments

Comments
 (0)