[ARVADOS-WORKBENCH2] updated: 1.2.0-416-g24a765a
Git user
git at public.curoverse.com
Tue Sep 18 09:26:21 EDT 2018
Summary of changes:
src/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 24a765a3b53d6140d0f2456bffe786c277725c02 (commit)
from 1906c6e811bf0f81c69c29c9672bde32d8443769 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 24a765a3b53d6140d0f2456bffe786c277725c02
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date: Tue Sep 18 15:26:16 2018 +0200
Disable general error notification
No issue #
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>
diff --git a/src/index.tsx b/src/index.tsx
index 0d026f2..020f548 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -68,8 +68,8 @@ fetchConfig()
store.dispatch(progressIndicatorActions.TOGGLE_WORKING({ id, working }));
},
errorFn: (id, error) => {
- console.error("Backend error:", error);
- store.dispatch(snackbarActions.OPEN_SNACKBAR({ message: "Backend error", kind: SnackbarKind.ERROR }));
+ // console.error("Backend error:", error);
+ // store.dispatch(snackbarActions.OPEN_SNACKBAR({ message: "Backend error", kind: SnackbarKind.ERROR }));
}
});
const store = configureStore(history, services);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list