diff --git a/src/components/orgs/OverviewSettings.jsx b/src/components/orgs/OverviewSettings.jsx index 120e1b12..ab5393d9 100644 --- a/src/components/orgs/OverviewSettings.jsx +++ b/src/components/orgs/OverviewSettings.jsx @@ -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}}) } }