X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/dab6ac81df3cb99f1eb0edbddc07d731dfd61eb1..5b30fab0552f623a35ff5b89b90dab82dfcee258:/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 8cf19c03..d93d6e92 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -37,6 +37,7 @@ import { Link as ButtonLink } from '@material-ui/core'; import { ResourceWithName, ResponsiblePerson } from 'views-components/data-explorer/renderers'; import { MPVContainer, MPVPanelContent, MPVPanelState } from 'components/multi-panel-view/multi-panel-view'; import { resourceIsFrozen } from 'common/frozen-resources'; +import { NotFoundView } from 'views/not-found-panel/not-found-panel'; type CssRules = 'root' | 'button' @@ -229,7 +230,11 @@ export const CollectionPanel = withStyles(styles)(connect( - : null; + : + ; } handleContextMenu = (event: React.MouseEvent) => {