fix: apply event name (#7628)
This commit is contained in:
@@ -211,7 +211,7 @@ export default {
|
|||||||
conversationId: this.conversationId,
|
conversationId: this.conversationId,
|
||||||
labels: labelsToAdd,
|
labels: labelsToAdd,
|
||||||
});
|
});
|
||||||
this.trackLabelEvent(OPEN_AI_EVENTS.LABEL_SUGGESTION_APPLIED);
|
this.trackLabelEvent(OPEN_AI_EVENTS.APPLY_LABEL_SUGGESTION);
|
||||||
},
|
},
|
||||||
trackLabelEvent(event) {
|
trackLabelEvent(event) {
|
||||||
const payload = {
|
const payload = {
|
||||||
|
|||||||
Reference in New Issue
Block a user