Skip to content

Commit

Permalink
Merge pull request #1102 from AI4Bharat/merging
Browse files Browse the repository at this point in the history
alignment changes for clear btn
  • Loading branch information
ishvindersethi22 authored Sep 12, 2024
2 parents 8d901ec + 9718e2e commit 5a75a15
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 5a75a15

Please sign in to comment.