Skip to content

Commit

Permalink
Merge pull request #7547 from marmelab/fix-postshow-example
Browse files Browse the repository at this point in the history
Fix Datagrid in PostShow example was allowed to select rows
  • Loading branch information
fzaninotto authored Apr 14, 2022
2 parents e4be5f3 + a424664 commit 78e6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/src/posts/PostShow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const PostShow = () => {
<TextField source="teaser" />
)}
<ArrayField source="backlinks">
<Datagrid>
<Datagrid bulkActionButtons={false}>
<DateField source="date" />
<UrlField source="url" />
</Datagrid>
Expand Down

0 comments on commit 78e6410

Please sign in to comment.