Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/siem/public/components/events_viewer/eve…
Browse files Browse the repository at this point in the history
…nts_viewer.tsx

Co-Authored-By: Garrett Spong <spong@users.noreply.github.com>
  • Loading branch information
XavierM and spong committed Jan 24, 2020
1 parent 62cbcfc commit 542b404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const EventsViewerComponent: React.FC<Props> = ({
{headerFilterGroup}
</HeaderSection>

{utilityBar?.(refetch as inputsModel.Refetch, totalCountMinusDeleted)}
{utilityBar?.(refetch, totalCountMinusDeleted)}

<div
data-test-subj={`events-container-loading-${loading}`}
Expand Down

0 comments on commit 542b404

Please sign in to comment.