[arvados-workbench2] updated: 2.4.0-236-g8ca03766
git repository hosting
git at public.arvados.org
Thu Oct 6 10:49:51 UTC 2022
Summary of changes:
src/views-components/snackbar/snackbar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8ca03766022cf2cae04f2f26dfb4d200a8fd0a46 (commit)
from 1c48c437ac3d6f7ac0b7fe8203417de79564acfe (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 8ca03766022cf2cae04f2f26dfb4d200a8fd0a46
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Oct 6 12:49:32 2022 +0200
18692: changed snackbar autohide
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 7e1a9b06..1887f0bd 100644
--- a/src/views-components/snackbar/snackbar.tsx
+++ b/src/views-components/snackbar/snackbar.tsx
@@ -137,7 +137,7 @@ export const Snackbar = withStyles(styles)(connect(mapStateToProps, mapDispatchT
const actions = (props: SnackbarMessage, onClick, onClose, classes, index, autoHideDuration) => {
if (onClose && autoHideDuration) {
- setTimeout(onClose, autoHideDuration + 1000);
+ setTimeout(onClose, autoHideDuration);
}
const actions = [
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list