We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae0220 commit baa1f4cCopy full SHA for baa1f4c
packages/ra-ui-materialui/src/list/datagrid/DatagridRow.tsx
@@ -234,7 +234,7 @@ DatagridRow.propTypes = {
234
className: PropTypes.string,
235
// @ts-ignore
236
expand: PropTypes.oneOfType([PropTypes.element, PropTypes.elementType]),
237
- hasBulkActions: PropTypes.bool.isRequired,
+ hasBulkActions: PropTypes.bool,
238
hover: PropTypes.bool,
239
id: PropTypes.any,
240
onToggleItem: PropTypes.func,
0 commit comments