Skip to content

Commit

Permalink
Fixes a bug with PR #13854 (#13873)
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Sep 7, 2017
1 parent d853fca commit 52cee7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core_plugins/metrics/public/components/vis_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class VisEditor extends Component {

}

VisEditor.defaultProps = {
visData: {}
};

VisEditor.propTypes = {
vis: PropTypes.object,
visData: PropTypes.object,
Expand Down

0 comments on commit 52cee7d

Please sign in to comment.