Skip to content

Commit

Permalink
[no ci] apply changes from code review
Browse files Browse the repository at this point in the history
Co-authored-by: adrien guernier <adguernier@gmail.com>
  • Loading branch information
slax57 and adguernier committed Apr 15, 2024
1 parent e152686 commit f6331ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SimpleForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `<SimpleForm>` creates a `<form>` to edit a record, and renders its children

```jsx
import { Create, SimpleForm, TextInput, NumberInput } from 'react-admin';
import RichTextInput from 'ra-input-rich-text';
import { RichTextInput } from 'ra-input-rich-text';

export const PostCreate = () => (
<Create>
Expand Down

0 comments on commit f6331ba

Please sign in to comment.