From 9038ec7af97b1b6cdf862551934920c4e0c286c1 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 6 Jul 2023 18:05:41 +0530 Subject: [PATCH] fix: import --- .../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 9e9c71ef6..3ad5d74b9 100644 --- a/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue +++ b/app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue @@ -81,7 +81,7 @@ import { mapGetters } from 'vuex'; import { LocalStorage } from 'shared/helpers/localStorage'; import { LOCAL_STORAGE_KEYS } from 'dashboard/constants/localStorage'; -import { OPEN_AI_EVENTS } from '../helper/AnalyticsHelper/events'; +import { OPEN_AI_EVENTS } from '../../../../helper/AnalyticsHelper/events'; export default { name: 'LabelSuggestion',