chore: Configure API channel name and thumbnail (#2398)

This commit is contained in:
Pranav Raj S
2021-06-08 00:22:36 +05:30
committed by GitHub
parent 9e56565a30
commit 1ebab21cfa
7 changed files with 37 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
const {
API_CHANNEL_NAME: apiChannelName,
API_CHANNEL_THUMBNAIL: apiChannelThumbnail,
APP_VERSION: appVersion,
BRAND_NAME: brandName,
CHATWOOT_INBOX_TOKEN: chatwootInboxToken,
@@ -13,6 +15,8 @@ const {
} = window.globalConfig || {};
const state = {
apiChannelName,
apiChannelThumbnail,
appVersion,
brandName,
chatwootInboxToken,