[Cloud Security][Quick Wins] Fix for Rules Flyout (#184050)

## Summary

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


a0d2e7ed-daff-46fd-973e-c268b950e72f
This commit is contained in:
Rickyanto Ang 2024-06-06 05:52:30 -07:00 committed by GitHub
parent b4561e7c3e
commit 78b31bbeaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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