From 2cc82af3446915b41292cc4fd24dcb900660c546 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 27 Jul 2023 12:11:57 +0530 Subject: [PATCH] fix: apply event name (#7628) --- .../widgets/conversation/conversation/LabelSuggestion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue b/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue index 8c5e918c6..115cb64ff 100644 --- a/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue +++ b/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue @@ -211,7 +211,7 @@ export default { conversationId: this.conversationId, labels: labelsToAdd, }); - this.trackLabelEvent(OPEN_AI_EVENTS.LABEL_SUGGESTION_APPLIED); + this.trackLabelEvent(OPEN_AI_EVENTS.APPLY_LABEL_SUGGESTION); }, trackLabelEvent(event) { const payload = {