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 fe35138 commit ac33927Copy full SHA for ac33927
redisinsight/ui/src/pages/slowLog/components/Actions/Actions.tsx
@@ -76,9 +76,7 @@ const Actions = (props: Props) => {
76
const handleChangeAutoRefreshRate = (enableAutoRefresh: boolean, refreshRate: string) => {
77
if (enableAutoRefresh) {
78
sendEventTelemetry({
79
- event: enableAutoRefresh
80
- ? TelemetryEvent.SLOWLOG_AUTO_REFRESH_ENABLED
81
- : TelemetryEvent.SLOWLOG_AUTO_REFRESH_DISABLED,
+ event: TelemetryEvent.SLOWLOG_AUTO_REFRESH_ENABLED,
82
eventData: {
83
databaseId: instanceId,
84
refreshRate: +refreshRate
0 commit comments