Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
480d57c9
Commit
480d57c9
authored
May 14, 2019
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat :beta types
parent
6c5ba067
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
StepForm/src/components/Step1/index.tsx
StepForm/src/components/Step1/index.tsx
+1
-1
StepForm/src/components/Step2/index.tsx
StepForm/src/components/Step2/index.tsx
+1
-1
No files found.
StepForm/src/components/Step1/index.tsx
View file @
480d57c9
...
@@ -122,4 +122,4 @@ class Step1 extends React.PureComponent<Step1Props> {
...
@@ -122,4 +122,4 @@ class Step1 extends React.PureComponent<Step1Props> {
export
default
connect
(({
BLOCK_NAME_CAMEL_CASE
}:
{
BLOCK_NAME_CAMEL_CASE
:
IStateType
})
=>
({
export
default
connect
(({
BLOCK_NAME_CAMEL_CASE
}:
{
BLOCK_NAME_CAMEL_CASE
:
IStateType
})
=>
({
data
:
BLOCK_NAME_CAMEL_CASE
.
step
,
data
:
BLOCK_NAME_CAMEL_CASE
.
step
,
}))(
Form
.
create
()(
Step1
));
}))(
Form
.
create
<
Step1Props
>
()(
Step1
));
StepForm/src/components/Step2/index.tsx
View file @
480d57c9
...
@@ -118,4 +118,4 @@ export default connect(
...
@@ -118,4 +118,4 @@ export default connect(
submitting
:
loading
.
effects
[
'
BLOCK_NAME_CAMEL_CASE/submitStepForm
'
],
submitting
:
loading
.
effects
[
'
BLOCK_NAME_CAMEL_CASE/submitStepForm
'
],
data
:
BLOCK_NAME_CAMEL_CASE
.
step
,
data
:
BLOCK_NAME_CAMEL_CASE
.
step
,
}),
}),
)(
Form
.
create
()(
Step2
));
)(
Form
.
create
<
Step2Props
>
()(
Step2
));
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment