[ARVADOS-WORKBENCH2] updated: 1.4.1-296-ge3a0a85e

Git user git at public.arvados.org
Tue Mar 10 22:13:02 UTC 2020


Summary of changes:
 src/components/column-selector/column-selector.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  e3a0a85ef733c5cc337802e37b82c168c138f366 (commit)
      from  88ab5c4388e8bbe9dfa29ef5fff653a511d3096b (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 e3a0a85ef733c5cc337802e37b82c168c138f366
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Mar 10 19:11:42 2020 -0300

    15951: Fixes 'select columns' button tooltip label & behavior.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/components/column-selector/column-selector.tsx b/src/components/column-selector/column-selector.tsx
index ccff6181..566bb9d6 100644
--- a/src/components/column-selector/column-selector.tsx
+++ b/src/components/column-selector/column-selector.tsx
@@ -55,8 +55,8 @@ export const ColumnSelector = withStyles(styles)(
 );
 
 export const ColumnSelectorTrigger = (props: IconButtonProps) =>
-    <Tooltip title="Filters">
+    <Tooltip disableFocusListener title="Select columns">
         <IconButton {...props}>
-            <MenuIcon aria-label="Filters" />
+            <MenuIcon aria-label="Select columns" />
         </IconButton>
     </Tooltip>;

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list