Skip to content

Commit 7a201bc

Browse files
committed
🔥 [#234] Remove filter from update page
If we want to edit the list, we get all the zaken, so we need all the zaaktypes
1 parent fa64549 commit 7a201bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export function DestructionListEdit() {
135135
: destructionListItems,
136136
isEditingState ? [...zakenOnPage, ...selectedUrls] : [],
137137
undefined,
138-
destructionList.uuid,
139138
);
140139

141140
// Update the selected zaken to session storage.

0 commit comments

Comments
 (0)