[arvados] updated: 2.7.0-6104-gbea6758a63

git repository hosting git at public.arvados.org
Tue Mar 5 14:46:38 UTC 2024


Summary of changes:
 services/workbench2/src/components/breadcrumbs/breadcrumbs.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bea6758a63d13f7829bdf68f6c9cbcfa76c2f210 (commit)
      from  9d3abfdbf7babd7a791132d963adbd39d41e3196 (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 bea6758a63d13f7829bdf68f6c9cbcfa76c2f210
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Mar 5 09:46:32 2024 -0500

    21412: disabled breadcrumb focus listener Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/breadcrumbs/breadcrumbs.tsx b/services/workbench2/src/components/breadcrumbs/breadcrumbs.tsx
index effcd543e8..0eed36f910 100644
--- a/services/workbench2/src/components/breadcrumbs/breadcrumbs.tsx
+++ b/services/workbench2/src/components/breadcrumbs/breadcrumbs.tsx
@@ -78,7 +78,7 @@ export const Breadcrumbs = withStyles(styles)(
             return (
                 <React.Fragment key={index}>
                     {isFirstItem ? null : <IllegalNamingWarning name={item.label} />}
-                    <Tooltip title={item.label}>
+                    <Tooltip title={item.label} disableFocusListener>
                         <Button
                             data-cy={
                                 isFirstItem

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list