Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed May 13, 2020
1 parent d645122 commit 7c60a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/pages/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const EuiFlexItemStyled = styled(EuiFlexItem)`
`;

export const OverviewPageComponent = React.memo(
({ autocomplete, indexPattern, setEsKueryFilters, loading }: Props) => {
({ indexPattern, setEsKueryFilters, loading }: Props) => {
const { absoluteDateRangeStart, absoluteDateRangeEnd, ...params } = useGetUrlParams();
const { search, filters: urlFilters } = params;

Expand Down

0 comments on commit 7c60a4d

Please sign in to comment.