X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ad6191d53207a8b2d4c0c8a30b18119daaa5fbc..891968f359d1de00df8087b110c4533aaa43a953:/services/workbench2/src/views-components/resource-properties-form/property-chip.tsx diff --git a/services/workbench2/src/views-components/resource-properties-form/property-chip.tsx b/services/workbench2/src/views-components/resource-properties-form/property-chip.tsx index 24b5c0a96d..cfdae3fe83 100644 --- a/services/workbench2/src/views-components/resource-properties-form/property-chip.tsx +++ b/services/workbench2/src/views-components/resource-properties-form/property-chip.tsx @@ -43,10 +43,12 @@ export const PropertyChipComponent = connect(mapStateToProps, mapDispatchToProps ({ propKey, propValue, vocabulary, className, onCopy, onDelete }: PropertyChipComponentProps) => { const label = `${getTagKeyLabel(propKey, vocabulary)}: ${getTagValueLabel(propKey, propValue, vocabulary)}`; return ( - onCopy("Copied to clipboard")}> - - + ev.stopPropagation()}> + onCopy("Copied to clipboard")}> + + + ); } );