Skip to content

Commit

Permalink
[Cloud Security][Quick Wins] Fix for Rules Flyout (#184050)
Browse files Browse the repository at this point in the history
## Summary

Part of Quick Wins, fix for Rules Flyout closing when user clicks on
Toaster/Pop up


https://github.com/elastic/kibana/assets/8703149/a0d2e7ed-daff-46fd-973e-c268b950e72f
  • Loading branch information
animehart authored Jun 6, 2024
1 parent b4561e7 commit 78b31bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const RuleFlyout = ({ onClose, rule }: RuleFlyoutProps) => {

return (
<EuiFlyout
ownFocus={false}
onClose={onClose}
data-test-subj={TEST_SUBJECTS.CSP_RULES_FLYOUT_CONTAINER}
outsideClickCloses
Expand Down

0 comments on commit 78b31bb

Please sign in to comment.