Improve checkboxes visibility implementation
[arvados-workbench2.git] / src / views / workbench / workbench.tsx
index 3a23f214e6c3e20270c840d5fff8282b7c1eaed4..b89ee04ab82f48cb2cdff3ff39aca568023c5b88 100644 (file)
@@ -93,19 +93,21 @@ export const WorkbenchPanel =
                         </Grid>
                         <Grid item xs className={classes.content}>
                             <p>Projects only</p>
-                            <ProjectsTreePicker pickerId="testPicker1" />
+                            <ProjectsTreePicker 
+                                pickerId="testPicker1" 
+                                showSelection/>
                             <p>Collections included</p>
                             <ProjectsTreePicker
                                 pickerId="testPicker2"
                                 includeCollections
-                                collectionsSelection
+                                showSelection
                             />
                             <p>Files included</p>
                             <ProjectsTreePicker
                                 pickerId="testPicker3"
                                 includeCollections
                                 includeFiles
-                                filesSelection
+                                showSelection
                                 toggleItemActive={(...args: any[]) => console.log(args)} />
                             <Switch>
                                 <Route path={Routes.PROJECTS} component={ProjectPanel} />