Skip to content

Commit

Permalink
Merge pull request #913 from AI4Bharat/tempBranch3
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Feb 12, 2024
2 parents 9207be2 + 48103dc commit 034df6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ const AudioTranscriptionLandingPage = () => {
setLoading(true);
setAutoSave(false);
const PatchAPIdata = {
task_id: taskId,
annotation_status: value,
annotation_notes: JSON.stringify(annotationNotesRef.current.getEditor().getContents()),
lead_time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ const ReviewAudioTranscriptionLandingPage = () => {
setLoading(true);
setAutoSave(false);
const PatchAPIdata = {
task_id: taskId,
annotation_status: value,
review_notes: JSON.stringify(reviewNotesRef.current.getEditor().getContents()),
lead_time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ const SuperCheckerAudioTranscriptionLandingPage = () => {
setLoading(true);
setAutoSave(false);
const PatchAPIdata = {
task_id: taskId,
annotation_status: value,
supercheck_notes: JSON.stringify(superCheckerNotesRef.current.getEditor().getContents()),
lead_time:
Expand Down

0 comments on commit 034df6a

Please sign in to comment.