X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6477e004fb67681b8b64bcdbca187dbc32c6cd60..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 d965b60f5b..019470c026 100644 --- a/services/workbench2/src/components/details-attribute/details-attribute.tsx +++ b/services/workbench2/src/components/details-attribute/details-attribute.tsx @@ -124,7 +124,7 @@ export const DetailsAttributeComponent = withStyles(styles)( className={classnames([props.classes.value, props.classValue, { [props.classes.lowercaseValue]: props.lowercaseValue }])}> {props.value} {props.children} - {(props.linkToUuid || props.copyValue) && props.onCopy && + {(props.linkToUuid || props.copyValue) && props.onCopy && props.onCopy!("Copied")}>