Skip to content

Commit

Permalink
update onClose
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed May 9, 2022
1 parent f30cb2f commit de1b7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const DataStreamDetailPanel: React.FunctionComponent<Props> = ({
) : null}

<EuiFlyout
onClose={onClose}
onClose={() => onClose()}
data-test-subj="dataStreamDetailPanel"
aria-labelledby="dataStreamDetailPanelTitle"
size="m"
Expand Down

0 comments on commit de1b7aa

Please sign in to comment.