mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Configure API channel name and thumbnail (#2398)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user