mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Update notification in account settings (#1660)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const {
|
||||
APP_VERSION: appVersion,
|
||||
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
|
||||
BRAND_NAME: brandName,
|
||||
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
|
||||
DISPLAY_MANIFEST: displayManifest,
|
||||
INSTALLATION_NAME: installationName,
|
||||
LOGO_THUMBNAIL: logoThumbnail,
|
||||
LOGO: logo,
|
||||
@@ -12,8 +13,9 @@ const {
|
||||
|
||||
const state = {
|
||||
appVersion,
|
||||
createNewAccountFromDashboard,
|
||||
brandName,
|
||||
createNewAccountFromDashboard,
|
||||
displayManifest,
|
||||
installationName,
|
||||
logo,
|
||||
logoThumbnail,
|
||||
|
||||
Reference in New Issue
Block a user