[ARVADOS-WORKBENCH2] updated: 1.2.0-430-g44cbbc0

Git user git at public.curoverse.com
Mon Sep 24 09:19:23 EDT 2018


Summary of changes:
 src/views/collection-panel/collection-panel.tsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  44cbbc08d7a5b559a542bbf6491a05467de1c15c (commit)
      from  b0aa1d72fe826648a65a9f32bff67833ebaa4793 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 44cbbc08d7a5b559a542bbf6491a05467de1c15c
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Sep 24 15:17:33 2018 +0200

    remove old tag from collection panel
    
    Feature #14043
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index b796abe..0b264b6 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -16,7 +16,6 @@ import { DetailsAttribute } from '~/components/details-attribute/details-attribu
 import { CollectionResource } from '~/models/collection';
 import { CollectionPanelFiles } from '~/views-components/collection-panel-files/collection-panel-files';
 import * as CopyToClipboard from 'react-copy-to-clipboard';
-import { TagResource } from '~/models/tag';
 import { CollectionTagForm } from './collection-tag-form';
 import { deleteCollectionTag } from '~/store/collection-panel/collection-panel-action';
 import { snackbarActions } from '~/store/snackbar/snackbar-actions';
@@ -55,7 +54,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
 
 interface CollectionPanelDataProps {
     item: CollectionResource;
-    tags: TagResource[];
 }
 
 type CollectionPanelProps = CollectionPanelDataProps & DispatchProp
@@ -71,7 +69,7 @@ export const CollectionPanel = withStyles(styles)(
     })(
         class extends React.Component<CollectionPanelProps> {
             render() {
-                const { classes, item, tags } = this.props;
+                const { classes, item } = this.props;
                 return <div>
                     <Card className={classes.card}>
                         <CardHeader

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list