Skip to content

Commit

Permalink
Merge pull request #7734 from ApolloRisky/patch-1
Browse files Browse the repository at this point in the history
update docs/Form.md
  • Loading branch information
fzaninotto authored May 23, 2022
2 parents 96534fa + b6eea31 commit fe30e98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ export const PostCreate = () => (
<Create>
<Form>
<Grid container>
<Grid itm xs={6}>
<Grid item xs={6}>
<TextInput source="title" fullWidth />
</Grid>
<Grid itm xs={6}>
<Grid item xs={6}>
<TextInput source="author" fullWidth />
</Grid>
<Grid itm xs={12}>
<Grid item xs={12}>
<RichTextInput source="body" fullWidth />
</Grid>
<Grid itm xs={12}>
<Grid item xs={12}>
<SaveButton />
</Grid>
</Grid>
Expand Down

0 comments on commit fe30e98

Please sign in to comment.