chore: remove labels

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 19:19:58 +00:00
parent 42eb88ffb0
commit 93275b459a
2 changed files with 14 additions and 25 deletions

View File

@@ -72,7 +72,6 @@ export default function CompressImage({ title }: ToolComponentProps) {
component: (
<Box>
<TextFieldWithDesc
label="Max File Size (MB)"
name="maxFileSizeInMB"
type="number"
inputProps={{ min: 0.1, step: 0.1 }}
@@ -83,7 +82,6 @@ export default function CompressImage({ title }: ToolComponentProps) {
value={values.maxFileSizeInMB}
/>
<TextFieldWithDesc
label="Quality (%)"
name="quality"
type="number"
inputProps={{ min: 10, max: 100, step: 1 }}