Skip to content

Commit

Permalink
[default-layout] Fix typings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 5206e2a commit 5c981e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ class DatasetSelect extends React.PureComponent<Props, State> {
}
}

export default (withRouterHOC(enhanceClickOutside(DatasetSelect)) as any) as React.ComponentType<
export default (withRouterHOC(enhanceClickOutside(DatasetSelect as any)) as any) as React.ComponentType<
OuterProps
>

0 comments on commit 5c981e4

Please sign in to comment.