X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2d03b09bc6f29ab1bfe42a2fd3a88f17189e6a52..08fb41e26f7227e85c56faf833918e94ebf8531e:/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 99edc1a2..b92557f9 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -24,6 +24,7 @@ import { formatFileSize } from "~/common/formatters"; import { openDetailsPanel } from '~/store/details-panel/details-panel-action'; import { snackbarActions, SnackbarKind } from '~/store/snackbar/snackbar-actions'; import { PropertyChipComponent } from '~/views-components/resource-properties-form/property-chip'; +import { IllegalNamingWarning } from '~/components/warning/warning'; type CssRules = 'card' | 'iconHeader' | 'tag' | 'label' | 'value' | 'link'; @@ -89,7 +90,7 @@ export const CollectionPanel = withStyles(styles)( } - title={item && item.name} + title={item && {item.name}} titleTypographyProps={this.titleProps} subheader={item && item.description} subheaderTypographyProps={this.titleProps} />