We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2927c commit bb5971cCopy full SHA for bb5971c
frontend/src/components/DestructionListToolbar/DestructionListToolbar.tsx
@@ -68,10 +68,11 @@ export function DestructionListToolbar({
68
label: "Comment",
69
value: destructionList.comment,
70
},
71
- bevatGevoeligeInformatie: {
72
- label: "Bevat gevoelige informatie",
73
- value: destructionList.containsSensitiveInfo,
74
- },
+ // Commented out due to no actual implementation of specifying this.
+ // bevatGevoeligeInformatie: {
+ // label: "Bevat gevoelige informatie",
+ // value: destructionList.containsSensitiveInfo,
75
+ // },
76
aangemaakt: {
77
label: "Aangemaakt",
78
value: formatDate(new Date(destructionList.created)),
0 commit comments