Skip to content

Commit

Permalink
Merge pull request #806 from jgrieb/remove_unused_prop
Browse files Browse the repository at this point in the history
Remove unused prop closable from Panel
  • Loading branch information
dnlkoch committed Aug 13, 2018
2 parents c93310b + 4d61a3e commit 1cda200
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Panel/Panel/Panel.jsx
Expand Up @@ -123,12 +123,6 @@ export class Panel extends React.Component {
*/
collapsible: PropTypes.bool,

/**
* Whether to allow closing or not.
* @type {boolean}
*/
closable: PropTypes.bool,

/**
* The height of the panel.
* @type {number|string}
Expand Down Expand Up @@ -329,7 +323,6 @@ export class Panel extends React.Component {
onEscape,
draggable,
collapsible,
closable,
height,
width,
titleBarHeight,
Expand Down

0 comments on commit 1cda200

Please sign in to comment.