From d7cf4c1ec30c7f90f38a9f34c14547c94c081b59 Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Thu, 4 Apr 2024 11:29:19 -0400 Subject: [PATCH] 21313: enabled background click to escape share dialog Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- .../sharing-dialog/sharing-dialog-component.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}> + > Sharing settings -- 2.30.2