Skip to content

Commit

Permalink
import correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Sep 14, 2023
1 parent 22fa6c3 commit 99fe829
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ import { HogQLEditor } from 'lib/components/HogQLEditor/HogQLEditor'
import { entityFilterLogicType } from '../entityFilterLogicType'
import { isAllEventsEntityFilter } from 'scenes/insights/utils'
import { useSortable } from '@dnd-kit/sortable'
import { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities'
import { CSS } from '@dnd-kit/utilities'
import { LocalFilter } from '../entityFilterLogic'
import { DraggableSyntheticListeners } from '@dnd-kit/core'

const DragHandle = (props: SyntheticListenerMap | undefined): JSX.Element => (
const DragHandle = (props: DraggableSyntheticListeners | undefined): JSX.Element => (
<span className="ActionFilterRowDragHandle" {...props}>
<SortableDragIcon />
</span>
Expand Down

0 comments on commit 99fe829

Please sign in to comment.