Skip to content

Commit

Permalink
Fix in ProjectList, property was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed Aug 8, 2019
1 parent 0af4def commit 42df438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default class ProjectList extends React.Component<IProjectListProps, IPro
webUrl={this.props.siteAbsoluteUrl}
hubSiteUrl={this.props.siteAbsoluteUrl}
siteId={this.state.selectedProject.siteId}
hideEditPropertiesButton={true}
hideActions={true}
filterField='GtShowFieldPortfolio' />
</Modal>
);
Expand Down

0 comments on commit 42df438

Please sign in to comment.