[ARVADOS-WORKBENCH2] updated: 1.2.0-609-g3b355db

Git user git at public.curoverse.com
Fri Oct 12 07:15:07 EDT 2018


Summary of changes:
 src/components/text-field/text-field.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  3b355dbe5fd93b8df4e7803560c8f2038f5f6ae4 (commit)
      from  a1589292a5adde7b41c2fc445c78a52e232fa73a (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 3b355dbe5fd93b8df4e7803560c8f2038f5f6ae4
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Fri Oct 12 13:14:54 2018 +0200

    change name for props
    
    Feature #13827
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/components/text-field/text-field.tsx b/src/components/text-field/text-field.tsx
index bda1c76..13bb1e4 100644
--- a/src/components/text-field/text-field.tsx
+++ b/src/components/text-field/text-field.tsx
@@ -57,10 +57,10 @@ export const RichEditorTextField = withStyles(styles)(
     }
 );
 
-type DataTextFieldProps = WrappedFieldProps & WithStyles<CssRules>;
+type DateTextFieldProps = WrappedFieldProps & WithStyles<CssRules>;
 
 export const DateTextField = withStyles(styles)
-    ((props: DataTextFieldProps) => 
+    ((props: DateTextFieldProps) => 
         <MaterialTextField
             disabled={props.meta.submitting}
             error={props.meta.touched && !!props.meta.error}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list