Skip to content

Commit

Permalink
add ownfocus flyout prop (#142085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcger authored Sep 28, 2022
1 parent f769187 commit 61a3008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const AlertsFlyout: React.FunctionComponent<AlertsFlyoutProps> = ({
);

return (
<EuiFlyout onClose={onClose} size={flyoutSize} data-test-subj="alertsFlyout">
<EuiFlyout onClose={onClose} size={flyoutSize} data-test-subj="alertsFlyout" ownFocus={false}>
{isLoading && <EuiProgress size="xs" color="accent" data-test-subj="alertsFlyoutLoading" />}
<EuiFlyoutHeader hasBorder>
<Suspense fallback={null}>
Expand Down

0 comments on commit 61a3008

Please sign in to comment.