X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c..1ab37845dce421e2a89b7e76850ce1c027d4b187:/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx 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 f83cec60f2..919dbe76f1 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 @@ -62,7 +62,7 @@ enum SharingDialogTab { } export type SharingDialogComponentProps = SharingDialogDataProps & SharingDialogActionProps; -export default (props: SharingDialogComponentProps) => { +export const SharingDialogComponent = (props: SharingDialogComponentProps) => { const { open, loading, saveEnabled, sharedResourceUuid, sharingURLsNr, privateAccess, sharingURLsDisabled, onClose, onSave, onCreateSharingToken, refreshPermissions } = props; @@ -90,7 +90,7 @@ export default (props: SharingDialogComponentProps) => { fullWidth maxWidth='sm' disableBackdropClick={saveEnabled} - disableEscapeKeyDown={saveEnabled}> + > Sharing settings @@ -111,7 +111,7 @@ export default (props: SharingDialogComponentProps) => { {tabNr === SharingDialogTab.PERMISSIONS && - + @@ -182,8 +182,25 @@ export default (props: SharingDialogComponentProps) => { +