Skip to content

Commit

Permalink
Temp limit Progress Reports to only Active/Completed Projects (#1614)
Browse files Browse the repository at this point in the history
Until the logic to delete/not-create "useless" reports is applied in the API, we will filter them out here.
  • Loading branch information
rdonigian authored Oct 30, 2024
1 parent cc9747a commit 63809e2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ export const ProgressReportsGrid = ({
end: {
beforeInclusive: quarter.endOf('quarter'),
},
engagement: {
project: {
status: ['Active', 'Completed'],
},
},
},
},
},
Expand Down

0 comments on commit 63809e2

Please sign in to comment.