diff options
Diffstat (limited to 'src/app/tierSupport/TierSupportConstants.js')
-rw-r--r-- | src/app/tierSupport/TierSupportConstants.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/tierSupport/TierSupportConstants.js b/src/app/tierSupport/TierSupportConstants.js index d66816e..202f70c 100644 --- a/src/app/tierSupport/TierSupportConstants.js +++ b/src/app/tierSupport/TierSupportConstants.js @@ -34,7 +34,8 @@ export const tierSupportActionTypes = keyMirror({ SPLIT_PANE_RESIZE: null, TIER_SUPPORT_CLEAR_DATA: null, TIER_SUPPORT_ACTIVATE_BUSY_FEEDBACK: null, - TIER_SUPPORT_DISABLE_BUSY_FEEDBACK: null + TIER_SUPPORT_DISABLE_BUSY_FEEDBACK: null, + TS_OVERLAY_NETWORK_CALLBACK_RESPONSE_RECEIVED: null }); export const TSUI_NODE_DETAILS_INITIAL_WIDTH = 300; |