Skip to content

Commit

Permalink
[Cloud Posture] Findings - stop owning focus on flyout (#132779)
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-aviran authored May 24, 2022
1 parent 3db2b48 commit 47de4e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const FindingsRuleFlyout = ({ onClose, findings }: FindingFlyoutProps) =>
const [tab, setTab] = useState<FindingsTab>(tabs[0]);

return (
<EuiFlyout onClose={onClose}>
<EuiFlyout ownFocus={false} onClose={onClose}>
<EuiFlyoutHeader>
<EuiFlexGroup alignItems="center">
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 47de4e7

Please sign in to comment.