[arvados] updated: 2.7.0-6291-gd7cf4c1ec3

git repository hosting git at public.arvados.org
Thu Apr 4 15:29:26 UTC 2024


Summary of changes:
 .../src/views-components/sharing-dialog/sharing-dialog-component.tsx   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  d7cf4c1ec30c7f90f38a9f34c14547c94c081b59 (commit)
      from  c233377306fee0a3e3e860b0b924be7c51078285 (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 d7cf4c1ec30c7f90f38a9f34c14547c94c081b59
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Apr 4 11:29:19 2024 -0400

    21313: enabled background click to escape share dialog Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx b/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
index 9a150b2e5c..5d646c4658 100644
--- a/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
+++ b/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
@@ -89,8 +89,7 @@ export default (props: SharingDialogComponentProps) => {
         className="sharing-dialog"
         fullWidth
         maxWidth='sm'
-        disableBackdropClick={saveEnabled}
-        disableEscapeKeyDown={saveEnabled}>
+        >
         <DialogTitle>
             Sharing settings
         </DialogTitle>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list