Skip to content

Commit

Permalink
chore: replace dataset filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 13, 2024
1 parent 5a88fd4 commit 1e28bea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react'
import { ConfigurableFilterKey } from '../../../../lib'
import { useFilterKeys } from '../useFilterKeys'
import {
AggregationTypeFilter,
CategoryComboFilter,
Expand All @@ -13,9 +14,8 @@ import {
PublicAccessFilter,
ValueTypeSelectionFilter,
FormTypeFilter,
DataSetFilter
DataSetFilter,
} from '.'
import { useFilterKeys } from '../useFilterKeys'

type FilterKeyToComponentMap = Partial<Record<ConfigurableFilterKey, React.FC>>

Expand Down

0 comments on commit 1e28bea

Please sign in to comment.