Skip to content

Commit

Permalink
fix(examples): remove the onChange of next/Detail (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzcl authored and janryWang committed Aug 12, 2019
1 parent 7490ed8 commit 62ae0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Examples/next/Detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const App = () => {
<Printer>
<SchemaForm
actions={actions}
onChange={values=>setState(values)}
initialValues={state.value}
editable={state.editable}
labelCol={7}
Expand Down

0 comments on commit 62ae0cb

Please sign in to comment.