Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1156 | org overview settings | fixing setti…
Browse files Browse the repository at this point in the history
…ng populate
  • Loading branch information
snyaggarwal committed Dec 16, 2021
1 parent a2d7a61 commit 775c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/orgs/OverviewSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OverviewSettings extends React.Component {
if(isString(height)) {
height = parseInt(height.replace('px'))
}
this.setState({...org.overview, height: height, forground: {...org.overview, descriptionWidth: descriptionWidth}})
this.setState({...org.overview, height: height, forground: {...org.overview.forground, descriptionWidth: descriptionWidth}})
}
}

Expand Down

0 comments on commit 775c0ac

Please sign in to comment.