store json after every generate

This commit is contained in:
Thomas Ruoff
2018-02-01 01:23:58 +01:00
parent fda3df8df1
commit 9052c7b0eb
9 changed files with 3761 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ export default function(props) {
type="text"
placeholder={props.placeholder}
onChange={props.onchange.bind(null, props.name)}
value={props.value}
/>
</label>
);