Lots of smaller fixes found in the console logs during testing.

This commit is contained in:
orangemug
2020-04-06 13:59:08 +01:00
parent a1dedd1aa6
commit b8739915b2
6 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ export default class DocLabel extends React.Component {
PropTypes.object,
PropTypes.string
]).isRequired,
fieldSpec: PropTypes.object.isRequired,
onToggleDoc: PropTypes.func.isRequired,
fieldSpec: PropTypes.object,
onToggleDoc: PropTypes.func,
}
constructor (props) {