Removed unused "more action" from editor

This commit is contained in:
Jori Lallo
2016-05-19 21:04:29 -07:00
parent 38d06691d7
commit a101c8cdcb

View File

@@ -63,7 +63,6 @@ class Editor extends Component {
actions={(
<Flex direction="row" align="center">
<SaveAction onClick={ this.onSave } />
<MoreAction />
</Flex>
)}
title={ title }