Skip to content

Commit 7b6bcf1

Browse files
🐛 - fix: fix a bug that cause the application to show the incorrect zaaktype label
1 parent 3e7c957 commit 7b6bcf1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/pages/destructionlist/hooks/useDataGridProps.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ export function getFields(
478478
name: "zaaktype",
479479
filterLookup: "zaaktype__in",
480480
filterValue: searchParams.get("zaaktype__in") || "",
481-
valueLookup: "_expand.zaaktype.identificatie",
482481
options: zaaktypeChoices,
483482
type: "string",
484483
width: "300px",

frontend/src/pages/destructionlist/hooks/useFields.ts

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export function useFields(
8282
name: "zaaktype",
8383
filterLookup: "zaaktype__in",
8484
filterValue: searchParams.get("zaaktype__in") || "",
85-
valueLookup: "_expand.zaaktype.identificatie",
8685
options: zaaktypeChoices,
8786
type: "string",
8887
width: "300px",

0 commit comments

Comments
 (0)