Skip to content

Commit

Permalink
chore: fix filter on TEIMP summary query
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed May 21, 2024
1 parent 64fc374 commit 473f4ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const ProjectEmissionsIntensityReportFormSummary: React.FC<Props> = ({
}
}
latestCommittedEmissionIntensityReportFormChange: latestCommittedFormChangesFor(
formDataTableName: "emission_intensity_report"
formDataTableName: "reporting_requirement"
reportType: "TEIMP"
) {
edges {
node {
Expand Down

0 comments on commit 473f4ad

Please sign in to comment.