mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
b4561e7c3e
commit
78b31bbeaf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue