Skip to content

Commit ae9a87b

Browse files
#RI-4674 - fix recommendations list in INSIGHTS_PANEL_CLOSED telemetry event
1 parent 5aa6a3f commit ae9a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/live-time-recommendations/LiveTimeRecommendations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const LiveTimeRecommendations = () => {
317317
className={styles.content}
318318
ownFocus
319319
size="476px"
320-
onClose={() => handleClose(recommendations)}
320+
onClose={handleClose}
321321
data-testid="insights-panel"
322322
>
323323
<EuiFlyoutHeader className={styles.header}>

0 commit comments

Comments
 (0)