Skip to content

Commit

Permalink
issue-437: TypeError resolved on widgets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali Vijay committed Aug 30, 2018
1 parent cec2606 commit a157bed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/05_pages/NodeForm/index.js
Expand Up @@ -29,6 +29,11 @@ class NodeForm extends React.Component {
PropTypes.oneOfType([
PropTypes.func,
PropTypes.instanceOf(React.Component),
PropTypes.shape({
options_select: PropTypes.shape({
component: PropTypes.instanceOf(React.Component),
}),
}),
]).isRequired,
).isRequired,
onSave: PropTypes.func.isRequired,
Expand Down

0 comments on commit a157bed

Please sign in to comment.