Moving redirects to declarative method

This commit is contained in:
Tom Moor
2019-01-19 00:23:39 -08:00
parent d21dd710bb
commit 13501b6d76
17 changed files with 105 additions and 115 deletions

View File

@@ -376,7 +376,6 @@ class DocumentScene extends React.Component<Props> {
onCancel={this.onDiscard}
readOnly={!this.isEditing}
toc={!revision}
history={this.props.history}
ui={this.props.ui}
schema={schema}
/>