Skip to content

Commit

Permalink
Fix for #1443
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Jan 25, 2024
1 parent 29f738b commit 190ae6d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export const fetchProjectStatusReportData: DataFetchFunction<
try {
const [reports, sections, columnConfig] = await Promise.all([
SPDataAdapter.portalDataService.getStatusReports({
filter: `(GtSiteId eq '${context.props.siteId}') and GtModerationStatus eq '${strings.GtModerationStatus_Choice_Published}'`,
top: 1
filter: `(GtSiteId eq '${context.props.siteId}') and GtModerationStatus eq '${strings.GtModerationStatus_Choice_Published}'`
}),
SPDataAdapter.portalDataService.getProjectStatusSections(),
SPDataAdapter.portalDataService.getProjectColumnConfig()
Expand Down

0 comments on commit 190ae6d

Please sign in to comment.