Skip to content

Commit

Permalink
refactor: some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 27, 2023
1 parent 099993e commit f84db2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/sectionList/filters/GenericSelectionFilter.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f84db2b

Please sign in to comment.