Skip to content

Commit

Permalink
Merge branch 'develop' into indictransv1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Jul 21, 2024
2 parents cf05d92 + 6a3fb86 commit 97766e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/pages/container/Workspace/AnnotationProject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ const AnnotationProject = (props) => {
</>
)}

{selectedType &&
{/* {selectedType &&
variableParameters?.[selectedType]?.variable_parameters !==
undefined && (
<>
Expand All @@ -737,7 +737,7 @@ const AnnotationProject = (props) => {
/>
</Grid>
</>
)}
)} */}
{(selectedDomain === "Translation" ||
selectedDomain === "Conversation") &&
(selectedType === "TranslationEditing" ||
Expand Down

0 comments on commit 97766e8

Please sign in to comment.