mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: formik updateField
This commit is contained in:
@@ -130,7 +130,7 @@ export default function ChangeSpeed() {
|
||||
<Box>
|
||||
<TextFieldWithDesc
|
||||
value={values.newSpeed}
|
||||
onChange={(val) => setFieldValue('newSpeed', val)}
|
||||
onOwnChange={(val) => setFieldValue('newSpeed', val)}
|
||||
description={'Default new GIF speed.'}
|
||||
InputProps={{ endAdornment: <Typography>ms</Typography> }}
|
||||
type={'number'}
|
||||
|
||||
Reference in New Issue
Block a user