Skip to content

Commit

Permalink
Merge pull request #912 from AI4Bharat/tempBranch2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Feb 9, 2024
2 parents 8246aa6 + b4f20fd commit 9207be2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ const configs = {
BASE_URL: "https://backend.prod2.shoonya.ai4bharat.org",
BASE_URL_AUTO: process.env.REACT_APP_APIGW_BASE_URL
? process.env.REACT_APP_APIGW_BASE_URL
:"https://backend.dev.shoonya.ai4bharat.org"
:"https://backend.dev.shoonya.ai4bharat.org"
};

export default configs;
//http://20.51.211.111:8000
//https://backend.shoonya.ai4bharat.org/
// https://backend.dev2.shoonya.ai4bharat.org
//https://backend.prod2.shoonya.ai4bharat.org
//https://backend.prod2.shoonya.ai4bharat.org
2 changes: 2 additions & 0 deletions src/ui/pages/container/Label-Studio/LSF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ const LabelStudioWrapper = ({
if (annotation) {
showLoader();
patchAnnotation(
taskId,
null,
annotation.id,
load_time.current,
Expand Down Expand Up @@ -528,6 +529,7 @@ const LabelStudioWrapper = ({
}
}
patchAnnotation(
taskId,
temp,
annotations[i].id,
load_time.current,
Expand Down
2 changes: 2 additions & 0 deletions src/ui/pages/container/Label-Studio/ReviewLSF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ const LabelStudioWrapper = ({
if (review) {
showLoader();
patchReview(
taskId,
review.id,
load_time.current,
review.lead_time,
Expand Down Expand Up @@ -613,6 +614,7 @@ const LabelStudioWrapper = ({
(annotation) => annotation.annotation_type === 2
)[0];
patchReview(
taskId,
review.id,
load_time.current,
review.lead_time,
Expand Down
2 changes: 2 additions & 0 deletions src/ui/pages/container/Label-Studio/SuperCheckerLSF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ const LabelStudioWrapper = ({
if (review) {
showLoader();
patchSuperChecker(
taskId,
review.id,
load_time.current,
review.lead_time,
Expand Down Expand Up @@ -436,6 +437,7 @@ const LabelStudioWrapper = ({
)[0];

patchSuperChecker(
taskId,
superChecker.id,
load_time.current,
superChecker.lead_time,
Expand Down

0 comments on commit 9207be2

Please sign in to comment.