diff --git a/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py b/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py index 85c7d326..ead43059 100644 --- a/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py +++ b/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py @@ -362,7 +362,7 @@ def test_partial_update_remove_zaken(self): with_zaak=True, ) - zaak = ZaakFactory.create() + ZaakFactory.create() # We are removing 2 zaken from the destruction list data = { diff --git a/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx b/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx index 11cae1ab..b102843f 100644 --- a/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx +++ b/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx @@ -11,10 +11,7 @@ import { useSubmitAction } from "../../../../../hooks"; import { PaginatedDestructionListItems } from "../../../../../lib/api/destructionListsItem"; import { ProcessingStatus } from "../../../../../lib/api/processingStatus"; import { PaginatedZaken } from "../../../../../lib/api/zaken"; -import { - getFilteredZaakSelection, - getZaakSelection, -} from "../../../../../lib/zaakSelection/zaakSelection"; +import { getFilteredZaakSelection } from "../../../../../lib/zaakSelection/zaakSelection"; import { Zaak } from "../../../../../types"; import { BaseListView } from "../../../abstract"; import {