Skip to content

Commit

Permalink
Revert "Merge pull request #8818 from Automattic/fix/media-modal-rese…
Browse files Browse the repository at this point in the history
…t-view"

This reverts commit aa37949, reversing
changes made to fe38e40.
  • Loading branch information
aduth committed Oct 18, 2016
1 parent 0738fe0 commit 5d23322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/post-editor/media-modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const EditorMediaModal = React.createClass( {
},

componentWillUnmount() {
this.props.resetView();
this.props.resetMediaModalView();
},

getDefaultState: function( props ) {
Expand Down

0 comments on commit 5d23322

Please sign in to comment.