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',