chore: Add June event for AI reply suggest dismissal (#7601)

This commit is contained in:
Muhsin Keloth
2023-07-31 13:20:47 +05:30
committed by GitHub
parent 9ddd428935
commit c8a40932cc
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ export default {
}
},
hideAIAssistanceModal() {
this.recordAnalytics('DISMISS_AI_SUGGESTION', {
aiOption: this.aiOption,
});
this.showAIAssistanceModal = false;
},
openAIAssist() {