diff --git a/app/javascript/dashboard/store/modules/conversations/actions.js b/app/javascript/dashboard/store/modules/conversations/actions.js index bad195642..48fa4fa58 100644 --- a/app/javascript/dashboard/store/modules/conversations/actions.js +++ b/app/javascript/dashboard/store/modules/conversations/actions.js @@ -175,8 +175,8 @@ const actions = { const response = await MessageApi.create(pendingMessage); AnalyticsHelper.track( pendingMessage.private - ? CONVERSATION_EVENTS.CONVERSATION.SENT_PRIVATE_NOTE - : CONVERSATION_EVENTS.CONVERSATION.SENT_MESSAGE + ? CONVERSATION_EVENTS.SENT_PRIVATE_NOTE + : CONVERSATION_EVENTS.SENT_MESSAGE ); commit(types.ADD_MESSAGE, { ...response.data,