Skip to content

Commit

Permalink
More prettier fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Apr 17, 2020
1 parent 4803560 commit ff8ec36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ra-ui-materialui/src/form/FormTab.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ describe('<FormTab label="foo" />', () => {
<TextInput source="name" />
</FormTab>
<FormTab
label="Third"
basePath="/posts"
resource="posts"
record={record}
margin="normal"
variant="outlined"
label="Third"
basePath="/posts"
resource="posts"
record={record}
margin="normal"
variant="outlined"
>
<TextInput source="name" />
</FormTab>
Expand Down

0 comments on commit ff8ec36

Please sign in to comment.