Skip to content

Commit

Permalink
Merge pull request #982 from AI4Bharat/report-edit
Browse files Browse the repository at this point in the history
Report edit
  • Loading branch information
aparna-aa authored Mar 21, 2024
2 parents bddcf8d + 2277fcc commit 168f074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/ui/pages/component/Organization/OrganizationReports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ const OrganizationReports = () => {
"AllAudioProjects",
"OCRTranscription",
"OCRTranscriptionEditing",
"Contextual Translation",
"Contextual Sentence Verification"
"ContextualTranslation",
"ContextualSentenceVerification",
"ContextualTranslationEditing"
]);
setSelectedType("AllAudioProjects");
} else if (ProjectTypes) {
Expand Down
5 changes: 3 additions & 2 deletions src/ui/pages/component/common/WorkspaceReports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ const WorkspaceReports = () => {
"AllAudioProjects",
"OCRTranscription",
"OCRTranscriptionEditing",
"Contextual Translation",
"Contextual Sentence Verification"
"ContextualTranslation",
"ContextualSentenceVerification",
"ContextualTranslationEditing"
]);
setSelectedType("AllAudioProjects");
} else if (ProjectTypes) {
Expand Down

0 comments on commit 168f074

Please sign in to comment.