[arvados-workbench2] updated: 2.7.1-70-gbf6b2380
git repository hosting
git at public.arvados.org
Mon Dec 18 19:40:06 UTC 2023
Summary of changes:
src/components/multiselect-toolbar/MultiselectToolbar.tsx | 2 --
1 file changed, 2 deletions(-)
via bf6b23800e9eb0cfcd2d07eb03a868a63d7142cd (commit)
from 4b6f3d41d327740ff09c7756eb440113ceffbaa6 (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 bf6b23800e9eb0cfcd2d07eb03a868a63d7142cd
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Dec 18 14:40:01 2023 -0500
21128: removed excess dependancy in useeffect Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 2a4f4a4b..aa0f21ca 100644
--- a/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -117,9 +117,7 @@ export const MultiselectToolbar = connect(
}
useEffect(()=>{
- if(!isTransitioning){
handleTransition()
- }
}, [checkedList])
const actions =
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list