Skip to content

Commit

Permalink
Fix useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed May 8, 2020
1 parent 1491cd1 commit 664274c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/simple/src/posts/PostList.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,7 @@ const PostList = props => {
) : (
<Datagrid rowClick={rowClick} expand={PostPanel} optimized>
<TextField source="id" />
<TextField
source="title"
cellClassName={classes.title}
sortBy="title"
/>
<TextField source="title" cellClassName={classes.title} />
<DateField
source="published_at"
sortByOrder="DESC"
Expand Down

0 comments on commit 664274c

Please sign in to comment.