fix(dashboard): disable broken autofocus in SO cond. price form (#11944)

* fix(dashboard): disable broken autofocus in SO cond. price form

* changeset

---------

Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
SteelRazor47
2025-09-09 19:46:17 +02:00
committed by GitHub
parent 6634765ced
commit ccff121691
2 changed files with 6 additions and 1 deletions

View File

@@ -342,7 +342,7 @@ const ConditionalPriceItem = ({
onValueChange={(_value, _name, values) =>
onChange(values?.value ? values?.value : "")
}
autoFocus
autoFocus={false}
{...props}
/>
</Form.Control>