[ARVADOS-WORKBENCH2] updated: 1.4.1-124-gc260e091

Git user git at public.curoverse.com
Wed Nov 20 21:34:47 UTC 2019


Summary of changes:
 .../resource-properties-form/property-field-common.tsx                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  c260e0918e6c117340b6a5ae7117070602bc91ec (commit)
      from  17963753e57340121942857300c41c7852275c4b (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 c260e0918e6c117340b6a5ae7117070602bc91ec
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Wed Nov 20 18:34:18 2019 -0300

    15069: Renames parameter for code readability.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/src/views-components/resource-properties-form/property-field-common.tsx b/src/views-components/resource-properties-form/property-field-common.tsx
index 9a6b8ff7..e802ad5c 100644
--- a/src/views-components/resource-properties-form/property-field-common.tsx
+++ b/src/views-components/resource-properties-form/property-field-common.tsx
@@ -16,8 +16,8 @@ export interface ValidationProp {
     skipValidation?: boolean;
 }
 
-export const mapStateToProps = (state: RootState, validationProp: ValidationProp): VocabularyProp & ValidationProp => ({
-    skipValidation: validationProp.skipValidation,
+export const mapStateToProps = (state: RootState, ownProps: ValidationProp): VocabularyProp & ValidationProp => ({
+    skipValidation: ownProps.skipValidation,
     vocabulary: getVocabulary(state.properties),
 });
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list