[arvados-workbench2] updated: 2.4.0-234-g31a15158

git repository hosting git at public.arvados.org
Thu Oct 6 08:07:25 UTC 2022


Summary of changes:
 src/views-components/snackbar/snackbar.tsx | 4 ----
 1 file changed, 4 deletions(-)

       via  31a15158b7598ecfa0f8311d4d7ddce1c6287fcc (commit)
      from  84b0571030831cdd14fbbf36658cafee52face30 (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 31a15158b7598ecfa0f8311d4d7ddce1c6287fcc
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Thu Oct 6 10:06:56 2022 +0200

    18692: removed snackbar auto hide
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views-components/snackbar/snackbar.tsx b/src/views-components/snackbar/snackbar.tsx
index 1887f0bd..2d077cf7 100644
--- a/src/views-components/snackbar/snackbar.tsx
+++ b/src/views-components/snackbar/snackbar.tsx
@@ -136,10 +136,6 @@ export const Snackbar = withStyles(styles)(connect(mapStateToProps, mapDispatchT
 ));
 
 const actions = (props: SnackbarMessage, onClick, onClose, classes, index, autoHideDuration) => {
-    if (onClose && autoHideDuration) {
-        setTimeout(onClose, autoHideDuration);
-    }
-
     const actions = [
         <IconButton
             key="close"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list