feat: remove usage of .last
This commit is contained in:
@@ -4,7 +4,6 @@ import store from '../../../dashboard/store';
|
||||
import constants from '../../../dashboard/constants/globals';
|
||||
import axios from 'axios';
|
||||
import createAxios from '../../../ui/axios';
|
||||
import commonHelpers from '../../../dashboard/helper/commons';
|
||||
import vueActionCable from '../../../dashboard/helper/actionCable';
|
||||
|
||||
const ChatwootContext = createContext();
|
||||
@@ -72,9 +71,6 @@ export const ChatwootProvider = ({
|
||||
window.__WOOT_ISOLATED_SHELL__ = true;
|
||||
/* eslint-enable no-underscore-dangle */
|
||||
|
||||
// Initialize common helpers
|
||||
commonHelpers();
|
||||
|
||||
// Set up global objects
|
||||
// eslint-disable-next-line no-underscore-dangle
|
||||
window.WootConstants = constants;
|
||||
|
||||
Reference in New Issue
Block a user