This commit is contained in:
Mathias Biilmann Christensen
2016-05-30 17:13:40 -07:00
parent ba8febd107
commit 7601d3f5a1
5 changed files with 11 additions and 36 deletions

View File

@ -10,7 +10,6 @@ export default class EntryEditor extends React.Component {
}
handleChange(entry) {
console.log('Got new entry: %o', entry.toObject());
this.setState({entry: entry});
}
@ -28,6 +27,6 @@ export default class EntryEditor extends React.Component {
<PreviewPane collection={collection} entry={this.state.entry}/>
</div>
</div>
</div>
</div>;
}
}