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

View File

@@ -33,6 +33,7 @@ class StringInput extends React.Component {
value: props.value
};
}
return {};
}
render() {