From f84db2b419f68f1abf7f560166fa2d933d6579f2 Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Wed, 27 Sep 2023 12:14:20 +0200 Subject: [PATCH] refactor: some cleanup --- src/components/sectionList/filters/GenericSelectionFilter.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/sectionList/filters/GenericSelectionFilter.tsx b/src/components/sectionList/filters/GenericSelectionFilter.tsx index b21c3c92..591aec7e 100644 --- a/src/components/sectionList/filters/GenericSelectionFilter.tsx +++ b/src/components/sectionList/filters/GenericSelectionFilter.tsx @@ -1,11 +1,9 @@ import { useDataEngine } from '@dhis2/app-runtime' import React, { useState } from 'react' import { useInfiniteQuery, QueryFunctionContext } from 'react-query' -import { useModelSectionHandleOrThrow } from '../../../lib' import { Query } from '../../../types' import { BaseIdentifiableObject, - IdentifiableObject, ModelCollectionResponse, } from '../../../types/generated' import { SearchableSingleSelect } from '../../SearchableSingleSelect'