chore: Use canned response variable helpers from utils (#7007)

This commit is contained in:
Muhsin Keloth
2023-04-27 17:01:34 +05:30
committed by GitHub
parent c0e905b5d8
commit 09c9300c21
6 changed files with 8 additions and 240 deletions

View File

@@ -49,7 +49,7 @@ import {
import eventListenerMixins from 'shared/mixins/eventListenerMixins';
import uiSettingsMixin from 'dashboard/mixins/uiSettings';
import { isEditorHotKeyEnabled } from 'dashboard/mixins/uiSettings';
import { replaceVariablesInMessage } from 'dashboard/helper/messageHelper';
import { replaceVariablesInMessage } from '@chatwoot/utils';
import { CONVERSATION_EVENTS } from '../../../helper/AnalyticsHelper/events';
const createState = (content, placeholder, plugins = []) => {