X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fcfb353fa27b5399e44f32944e0d53015b89a3b8..3efbabfcd06a10b83f1f130141d6c1f6017037cf:/src/views/collection-panel/collection-panel.tsx diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 7d54992e..45053932 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -32,7 +32,7 @@ import { getProgressIndicator } from '~/store/progress-indicator/progress-indica import { COLLECTION_PANEL_LOAD_FILES, loadCollectionFiles, COLLECTION_PANEL_LOAD_FILES_THRESHOLD } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions'; import { Link } from 'react-router-dom'; import { Link as ButtonLink } from '@material-ui/core'; -import { ResourceOwnerWithName } from '~/views-components/data-explorer/renderers'; +import { ResourceOwnerWithName, ResponsiblePerson } from '~/views-components/data-explorer/renderers'; type CssRules = 'root' | 'button' @@ -301,6 +301,11 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t label='Owner' linkToUuid={item.ownerUuid} uuidEnhancer={(uuid: string) => } /> + + } /> +