Skip to content

Commit

Permalink
Merge pull request #3773 from emptyhand/add-missing-semicolons-in-docs
Browse files Browse the repository at this point in the history
Add missing semicolons in docs
  • Loading branch information
djhi authored Oct 4, 2019
2 parents b884f1b + 4780d54 commit 8b78098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1478,8 +1478,8 @@ Here is an example usage for `dispatch`: A country input that resets a city inpu
```jsx

import React, { Fragment } from 'react'
import { change } from 'redux-form'
import React, { Fragment } from 'react';
import { change } from 'redux-form';
import { FormDataConsumer, REDUX_FORM_NAME } from 'react-admin';

const OrderEdit = (props) => (
Expand Down

0 comments on commit 8b78098

Please sign in to comment.