[ARVADOS-WORKBENCH2] updated: 1.1.4-295-gaf9e88a

Git user git at public.curoverse.com
Tue Jul 17 04:06:41 EDT 2018


Summary of changes:
 src/views-components/dialog-create/dialog-project-create.tsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  af9e88a3897c6d8159782fccac325cc1c0938458 (commit)
      from  acf6467a572a10268e8cd8687d9ea5864f729639 (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 af9e88a3897c6d8159782fccac325cc1c0938458
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Tue Jul 17 10:06:33 2018 +0200

    deleted unnecesary spaces
    
    Feature #13781
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views-components/dialog-create/dialog-project-create.tsx b/src/views-components/dialog-create/dialog-project-create.tsx
index 5f21cc9..efaa02e 100644
--- a/src/views-components/dialog-create/dialog-project-create.tsx
+++ b/src/views-components/dialog-create/dialog-project-create.tsx
@@ -41,9 +41,7 @@ class DialogProjectCreate extends React.Component<ProjectCreateProps & WithStyle
     const { error } = nextProps;
 
     if (this.props.error !== error) {
-      this.setState({
-        duplicatedName: error
-      });
+      this.setState({ duplicatedName: error });
     }
   }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list