This commit is contained in:
Tom Moor
2019-04-18 18:51:16 -07:00
parent f491029c21
commit 56a6db7d2a
6 changed files with 11 additions and 14 deletions

View File

@ -36,6 +36,7 @@ class SocketProvider extends React.Component<Props> {
});
this.socket.on('unauthorized', err => {
ui.showToast(err.message);
throw err;
});
this.socket.on('entities', event => {
if (event.documents) {