From: Janicki Artur Date: Fri, 23 Nov 2018 07:56:45 +0000 (+0100) Subject: refs #14523 hide sharing for private workflow X-Git-Tag: 1.3.0~16 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/425a9687b585517385d0ae5d62c5de26e06d3193 refs #14523 hide sharing for private workflow Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx index d0266adc..87ba73ff 100644 --- a/src/views-components/data-explorer/renderers.tsx +++ b/src/views-components/data-explorer/renderers.tsx @@ -92,7 +92,7 @@ export const resourceShare = (dispatch: Dispatch, uuidPrefix: string, ownerUuid? const isPublic = ownerUuid === getPublicUuid(uuidPrefix); return (
- { !isPublic && uuid && + { isPublic && uuid && dispatch(openSharingDialog(uuid))}>