We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad664b2 + 0ca2123 commit 361c51eCopy full SHA for 361c51e
packages/ra-ui-materialui/src/field/ReferenceField.tsx
@@ -89,7 +89,7 @@ ReferenceField.propTypes = {
89
className: PropTypes.string,
90
cellClassName: PropTypes.string,
91
headerClassName: PropTypes.string,
92
- label: PropTypes.string,
+ label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
93
record: PropTypes.any,
94
reference: PropTypes.string.isRequired,
95
resource: PropTypes.string,
0 commit comments