Skip to content

Commit

Permalink
docs(antd-relations): fix MM visible toggle is not work
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Jul 4, 2019
1 parent 4819ac6 commit a930f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Examples/antd/Relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const App = () => {
x-props={{ showSearch: true, filterLocal: false }}
/>
<Field name="hh" type="string" title="HH" enum={[]} x-props={{ style: { maxWidth: 300 } }} />
{state.visible && <Field name="mm" type="string" title="MM" />}
{state.visible && <Field name="MM" type="string" title="MM" />}
</FormBlock>
<FormButtonGroup offset={6}>
<Submit />
Expand Down

0 comments on commit a930f78

Please sign in to comment.