Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-538 committed Dec 23, 2024
1 parent 6825a4a commit 04df2dc
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 04df2dc

Please sign in to comment.