From 480d57c99f40d3f37cf4e5736a6c1f0078ba88b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Tue, 14 May 2019 09:04:17 +0800 Subject: [PATCH] feat :beta types --- StepForm/src/components/Step1/index.tsx | 2 +- StepForm/src/components/Step2/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StepForm/src/components/Step1/index.tsx b/StepForm/src/components/Step1/index.tsx index 066a51bb..f96d8458 100644 --- a/StepForm/src/components/Step1/index.tsx +++ b/StepForm/src/components/Step1/index.tsx @@ -122,4 +122,4 @@ class Step1 extends React.PureComponent { export default connect(({ BLOCK_NAME_CAMEL_CASE }: { BLOCK_NAME_CAMEL_CASE: IStateType }) => ({ data: BLOCK_NAME_CAMEL_CASE.step, -}))(Form.create()(Step1)); +}))(Form.create()(Step1)); diff --git a/StepForm/src/components/Step2/index.tsx b/StepForm/src/components/Step2/index.tsx index 78ab2a4b..9ffb9cfb 100644 --- a/StepForm/src/components/Step2/index.tsx +++ b/StepForm/src/components/Step2/index.tsx @@ -118,4 +118,4 @@ export default connect( submitting: loading.effects['BLOCK_NAME_CAMEL_CASE/submitStepForm'], data: BLOCK_NAME_CAMEL_CASE.step, }), -)(Form.create()(Step2)); +)(Form.create()(Step2)); -- GitLab