21128: removed excess dependancy in useeffect Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados-workbench2.git] / src / components / multiselect-toolbar / MultiselectToolbar.tsx
index 2a4f4a4bfc314865e8dc0c164d17f22579007a9b..aa0f21ca4b1a25562f2ce7c49c3de8135e93a064 100644 (file)
@@ -117,9 +117,7 @@ export const MultiselectToolbar = connect(
         }
         
         useEffect(()=>{
-            if(!isTransitioning){
                 handleTransition()
-            }
         }, [checkedList])
 
         const actions =