Skip to content

Commit

Permalink
Merge pull request #949 from AI4Bharat/pursottam-dev
Browse files Browse the repository at this point in the history
Pursottam dev
  • Loading branch information
ishvindersethi22 authored Feb 29, 2024
2 parents d4427fd + eea6f87 commit 5a51b73
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 118 deletions.
3 changes: 2 additions & 1 deletion src/ui/pages/container/Label-Studio/AllTaskLSF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import APITransport from '../../../../redux/actions/apitransport/apitransport';
import { useParams, useNavigate } from "react-router-dom";
import useFullPageLoader from "../../../../hooks/useFullPageLoader";
import { snakeToTitleCase } from '../../../../utils/utils';

import keymap from './keymap';
import styles from './lsf.module.css'
import "./lsf.css"
import { useDispatch, useSelector } from 'react-redux';
Expand Down Expand Up @@ -205,6 +205,7 @@ useEffect(() => {
id: taskData.id,
data: taskData.data,
},
keymap: keymap,

onLabelStudioLoad: function (ls) {
annotation_status.current = ProjectDetails.project_stage == 2 ? "labeled": "accepted";
Expand Down
Loading

0 comments on commit 5a51b73

Please sign in to comment.