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.
2 parents 2327d39 + 5cc9035 commit 6cde48eCopy full SHA for 6cde48e
app/javascript/components/miq-structured-list/index.jsx
@@ -48,7 +48,7 @@ const MiqStructuredList = ({
48
export default MiqStructuredList;
49
50
MiqStructuredList.propTypes = {
51
- title: PropTypes.string,
+ title: PropTypes.oneOfType([PropTypes.string, PropTypes.shape({})]),
52
headers: PropTypes.arrayOf(PropTypes.any),
53
rows: PropTypes.arrayOf(PropTypes.any),
54
onClick: PropTypes.func,
0 commit comments