Skip to content

Commit

Permalink
Revert "Add missing proptype for disabled (rjsf-team#416)"
Browse files Browse the repository at this point in the history
This reverts commit a3f3e9d.
  • Loading branch information
EDORAS\mark committed Nov 23, 2016
1 parent a3f3e9d commit 9ce1fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/widgets/CheckboxesWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ if (process.env.NODE_ENV !== "production") {
}).isRequired,
value: PropTypes.any,
required: PropTypes.bool,
disabled: PropTypes.bool,
multiple: PropTypes.bool,
autofocus: PropTypes.bool,
onChange: PropTypes.func,
Expand Down

0 comments on commit 9ce1fe2

Please sign in to comment.