summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 1d49d1cae..f5e67bcaf 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -299,7 +299,8 @@ export const ErrorBarTypes = {
LICENSE_EXPIRED: 'error_bar.license_expired',
LICENSE_PAST_GRACE: 'error_bar.past_grace',
PREVIEW_MODE: 'error_bar.preview_mode',
- SITE_URL: 'error_bar.site_url'
+ SITE_URL: 'error_bar.site_url',
+ WEBSOCKET_PORT_ERROR: 'channel_loader.socketError'
};
export const Constants = {