Skip to content

Commit 1c1de96

Browse files
committed
#RI-3470 - fix conflicts
1 parent ff1acd6 commit 1c1de96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const InlineItemEditor = (props: Props) => {
244244
anchorClassName={styles.popoverAnchor}
245245
panelClassName={cx(styles.popoverPanel)}
246246
className={styles.popoverWrapper}
247-
button={<ApplyBtn />}
247+
button={ApplyBtn}
248248
>
249249
<div className={styles.popover} data-testid="approve-popover">
250250
<EuiText size="m">

0 commit comments

Comments
 (0)