[ARVADOS-WORKBENCH2] updated: 1.2.0-730-gc69426f

Git user git at public.curoverse.com
Wed Oct 24 03:56:44 EDT 2018


Summary of changes:
 src/components/data-table-filters/data-table-filters.tsx | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

       via  c69426f525bd9517e9142bcf39ca551de84c24ab (commit)
      from  64b25cb874d430f23d169606265c9534a52bdc6c (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 c69426f525bd9517e9142bcf39ca551de84c24ab
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Wed Oct 24 09:56:33 2018 +0200

    refs #14267-the-user-has-to-use-TAB-key-twice-to-browse-throught-filters
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/components/data-table-filters/data-table-filters.tsx b/src/components/data-table-filters/data-table-filters.tsx
index b8a6e83..11607e4 100644
--- a/src/components/data-table-filters/data-table-filters.tsx
+++ b/src/components/data-table-filters/data-table-filters.tsx
@@ -116,11 +116,9 @@ export const DataTableFilters = withStyles(styles)(
                         <List dense>
                             {this.state.filters.map((filter, index) =>
                                 <ListItem
-                                    button
-                                    key={index}
-                                    onClick={this.toggleFilter(filter)}>
+                                    key={index}>
                                     <Checkbox
-                                        disableRipple
+                                        onClick={this.toggleFilter(filter)}
                                         color="primary"
                                         checked={filter.selected}
                                         className={classes.checkbox} />

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list