Skip to content

Commit

Permalink
Merge pull request #200 from AI4Bharat/Rahul-537
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
aparna-aa authored Dec 23, 2024
2 parents 19947e2 + 04df2dc commit 14f6ce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Tabs/organizationReports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,13 @@ const OrganizationReports = () => {
targetLanguage:targetLanguage,
userId:userId,
sendMail:sendMail}));
if(sendMail){
setSnackbarInfo({
open: true,
message: "Project Report will be e-mailed to you shortly",
variant: "success",
})
};
}else if(projectReportType === 2){
dispatch(fetchOrganizationDetailedProjectReports( {orgId:Number(orgId),
projectType:selectedType,
Expand Down

0 comments on commit 14f6ce4

Please sign in to comment.