fix: editor wasn't saving changes

This commit is contained in:
Andre Medeiros 2019-03-07 10:28:24 -05:00 committed by Iuri Matias
parent a6b15ae98f
commit 4340a9b482
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class EditorContainer extends React.Component {
<Col xs={12}>
<TextEditorToolbarContainer toggleAsideTab={(newTab) => this.toggleAsideTab(newTab)}
isContract={this.isContract()}
currentFile={this.props.currentFile}
currentFile={this.state.currentFile}
activeTab={this.state.currentAsideTab}/>
</Col>