Skip to content

Commit baa1f4c

Browse files
committed
removed required from hasBulkActions in propTypes as is not required in DatagridRowProps
1 parent 6ae0220 commit baa1f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/list/datagrid/DatagridRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ DatagridRow.propTypes = {
234234
className: PropTypes.string,
235235
// @ts-ignore
236236
expand: PropTypes.oneOfType([PropTypes.element, PropTypes.elementType]),
237-
hasBulkActions: PropTypes.bool.isRequired,
237+
hasBulkActions: PropTypes.bool,
238238
hover: PropTypes.bool,
239239
id: PropTypes.any,
240240
onToggleItem: PropTypes.func,

0 commit comments

Comments
 (0)