Skip to content

Commit 2894f3f

Browse files
#RI-4909 - add tab telemetry property
1 parent 53e1bbb commit 2894f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/triggeredFunctions/pages/Libraries/LibrariesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const LibrariesPage = () => {
135135
event: TelemetryEvent.TRIGGERS_AND_FUNCTIONS_LOAD_LIBRARY_CLICKED,
136136
eventData: {
137137
databaseId: instanceId,
138-
libraries: 'libraries',
138+
tab: 'libraries',
139139
}
140140
})
141141
}

0 commit comments

Comments
 (0)