Merge branch 'react-list-form' of https://github.com/sharepointknight/sp-dev-fx-webparts into pr/1501

This commit is contained in:
Hugo Bernier 2020-09-23 23:37:11 -04:00
commit d2e09e3eac
3 changed files with 11 additions and 12 deletions

View File

@ -54,7 +54,6 @@ export default class ReactAccordion extends React.Component<IReactAccordionProps
this.getListItems(); this.getListItems();
} }
if(prevProps.allowMultipleExpanded !== this.props.allowMultipleExpanded || prevProps.allowZeroExpanded !== this.props.allowZeroExpanded) { if(prevProps.allowMultipleExpanded !== this.props.allowMultipleExpanded || prevProps.allowZeroExpanded !== this.props.allowZeroExpanded) {
this.setState({ this.setState({
allowMultipleExpanded: this.props.allowMultipleExpanded, allowMultipleExpanded: this.props.allowMultipleExpanded,