X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1bd7e9084b8e0f3168b212aac410e63188b891c..31f0010ed0833ff91600cd8ce31d4df1847882cc:/services/workbench2/src/components/details-attribute/details-attribute.tsx diff --git a/services/workbench2/src/components/details-attribute/details-attribute.tsx b/services/workbench2/src/components/details-attribute/details-attribute.tsx index a1b81838ca..019470c026 100644 --- a/services/workbench2/src/components/details-attribute/details-attribute.tsx +++ b/services/workbench2/src/components/details-attribute/details-attribute.tsx @@ -116,7 +116,7 @@ interface DetailsAttributeComponentProps { export const DetailsAttributeComponent = withStyles(styles)( (props: DetailsAttributeDataProps & WithStyles & DetailsAttributeComponentProps) => - + {props.label} {props.value} {props.children} - {(props.linkToUuid || props.copyValue) && props.onCopy && + {(props.linkToUuid || props.copyValue) && props.onCopy && props.onCopy!("Copied")}>