Skip to content

Commit

Permalink
Merge pull request #755 from AI4Bharat/autosave3
Browse files Browse the repository at this point in the history
minor fix for project language type report not working
  • Loading branch information
aparna-aa authored Jul 18, 2024
2 parents 8770d77 + 4ef6ea2 commit 394ce9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/containers/Organization/OrganizationReport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const OrganizationReport = () => {
temp[0].endPoint,
limit,
offset + 1,
"",
taskStartDate,
taskEndDate
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default class FetchOrganizationReportsAPI extends API {
endPoint,
limit,
offset,
task_type = "",
taskStartDate = moment().format("YYYY-MM-DD"),
taskEndDate = moment().format("YYYY-MM-DD"),
task_type = "",
timeout = 2000
) {
super("GET", timeout, false);
Expand Down

0 comments on commit 394ce9b

Please sign in to comment.