Skip to content

Commit

Permalink
Fix alert add and edit flyout to not close when user clicks outside (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 1, 2020
1 parent f06969e commit 5b1d427
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -138,7 +138,6 @@ export const AlertAdd = ({
aria-labelledby="flyoutAlertAddTitle"
size="m"
maxWidth={620}
ownFocus
>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="s" data-test-subj="addAlertFlyoutTitle">
Expand Down
Expand Up @@ -107,7 +107,6 @@ export const AlertEdit = ({ initialAlert, onClose }: AlertEditProps) => {
aria-labelledby="flyoutAlertEditTitle"
size="m"
maxWidth={620}
ownFocus
>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="s" data-test-subj="editAlertFlyoutTitle">
Expand Down

0 comments on commit 5b1d427

Please sign in to comment.