feat: Show refresh modal on action cable disconnect (#4010)

This commit is contained in:
Muhsin Keloth
2022-02-18 11:09:43 +05:30
committed by GitHub
parent ea3e011d3f
commit 80d83b401c
3 changed files with 12 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ export const BUS_EVENTS = {
FOCUS_CUSTOM_ATTRIBUTE: 'FOCUS_CUSTOM_ATTRIBUTE',
SCROLL_TO_MESSAGE: 'SCROLL_TO_MESSAGE',
TOGGLE_SIDEMENU: 'TOGGLE_SIDEMENU',
WEBSOCKET_DISCONNECT: 'WEBSOCKET_DISCONNECT',
};