We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ebc7f commit 5a47dd3Copy full SHA for 5a47dd3
x-pack/plugins/ingest_manager/public/applications/ingest_manager/components/context_menu_actions.tsx
@@ -74,7 +74,7 @@ export const ContextMenuActions: React.FunctionComponent<Props> = ({
74
/>
75
)
76
}
77
- isOpen={typeof isOpen !== 'undefined' ? isOpen : isOpenState}
+ isOpen={isOpen === undefined ? isOpenState : isOpen}
78
closePopover={handleCloseMenu}
79
>
80
{'items' in props ? (
0 commit comments