Skip to content

Commit 78e6410

Browse files
authored
Merge pull request #7547 from marmelab/fix-postshow-example
Fix Datagrid in PostShow example was allowed to select rows
2 parents e4be5f3 + a424664 commit 78e6410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/src/posts/PostShow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const PostShow = () => {
5252
<TextField source="teaser" />
5353
)}
5454
<ArrayField source="backlinks">
55-
<Datagrid>
55+
<Datagrid bulkActionButtons={false}>
5656
<DateField source="date" />
5757
<UrlField source="url" />
5858
</Datagrid>

0 commit comments

Comments
 (0)