This commit is contained in:
Russell Gove 2024-02-16 16:32:15 -05:00
parent 52ef8554a8
commit 9e00ed446a
1 changed files with 3 additions and 3 deletions

View File

@ -112,10 +112,10 @@ export default class PropertyBagGlobalNav extends React.Component<IPropertyBagGl
this.getSites(this.props.siteTemplatesToInclude, this.props.filters, this.props.managedProperties);
}
public componentDidUpdate(nextProps: IPropertyBagGlobalNavProps, nextContext: any): void {
// public componentDidUpdate(nextProps: IPropertyBagGlobalNavProps, nextContext: any): void {
this.getSites(nextProps.siteTemplatesToInclude, nextProps.filters, nextProps.managedProperties);
}
// this.getSites(nextProps.siteTemplatesToInclude, nextProps.filters, nextProps.managedProperties);
// }
public render(): React.ReactElement<IPropertyBagGlobalNavProps> {
return (
<CommandBar items={this.state.menuitems} />