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 ff1acd6 commit 1c1de96Copy full SHA for 1c1de96
redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx
@@ -244,7 +244,7 @@ const InlineItemEditor = (props: Props) => {
244
anchorClassName={styles.popoverAnchor}
245
panelClassName={cx(styles.popoverPanel)}
246
className={styles.popoverWrapper}
247
- button={<ApplyBtn />}
+ button={ApplyBtn}
248
>
249
<div className={styles.popover} data-testid="approve-popover">
250
<EuiText size="m">
0 commit comments