Skip to content

Commit

Permalink
fixex
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarika-padmanaban committed Sep 12, 2024
1 parent 8d901ec commit 9718e2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/pages/container/Label-Studio/LSF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1097,10 +1097,8 @@ const LabelStudioWrapper = ({
{/* ) : (
<div style={{ minWidth: "160px" }} />
)} */}
</Grid>
{ProjectDetails?.project_type?.includes("OCR") &&
<>
<Grid item >
<Tooltip title="Clear all children bboxes">
<Button
type="default"
Expand All @@ -1119,9 +1117,9 @@ const LabelStudioWrapper = ({
Clear All Mergings
</Button>
</Tooltip>
</Grid>
</>
}
</Grid>
</Grid>
</div>
)}
Expand Down

0 comments on commit 9718e2e

Please sign in to comment.