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
+1 -1
View File
@@ -10,7 +10,7 @@ class LayerIdBlock extends React.Component {
value: PropTypes.string.isRequired,
wdKey: PropTypes.string.isRequired,
onChange: PropTypes.func.isRequired,
error: PropTypes.object.isRequired,
error: PropTypes.object,
}
render() {