Merge branch 'react-list-form' of https://github.com/sharepointknight/sp-dev-fx-webparts into pr/1501
This commit is contained in:
commit
d2e09e3eac
|
@ -54,7 +54,6 @@ export default class ReactAccordion extends React.Component<IReactAccordionProps
|
|||
this.getListItems();
|
||||
}
|
||||
|
||||
|
||||
if(prevProps.allowMultipleExpanded !== this.props.allowMultipleExpanded || prevProps.allowZeroExpanded !== this.props.allowZeroExpanded) {
|
||||
this.setState({
|
||||
allowMultipleExpanded: this.props.allowMultipleExpanded,
|
||||
|
|
Loading…
Reference in New Issue