From 24a765a3b53d6140d0f2456bffe786c277725c02 Mon Sep 17 00:00:00 2001 From: Daniel Kos Date: Tue, 18 Sep 2018 15:26:16 +0200 Subject: [PATCH] Disable general error notification No issue # Arvados-DCO-1.1-Signed-off-by: Daniel Kos --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 0d026f23..020f5482 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); -- 2.30.2