Skip to content

Commit

Permalink
Fix #1501. collapsible property for DefaultViewer is always false by …
Browse files Browse the repository at this point in the history
…default (#1515)
  • Loading branch information
offtherailz authored Mar 2, 2017
1 parent 1f4210e commit e0357d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/client/components/data/identify/DefaultViewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DefaultViewer = React.createClass({
format: MapInfoUtils.getDefaultInfoFormatValue(),
responses: [],
missingResponses: 0,
collapsible: true,
collapsible: false,
header: DefaultHeader,
headerOptions: {},
container: Accordion,
Expand Down Expand Up @@ -104,7 +104,6 @@ const DefaultViewer = React.createClass({
const PageHeader = this.props.header;
return (
<Panel

eventKey={i}
key={i}
collapsible={this.props.collapsible}
Expand Down

0 comments on commit e0357d9

Please sign in to comment.