mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 02:54:01 +01:00
chore: remove labels
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user