mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 17:56:38 +00:00
fix: initial value
This commit is contained in:
parent
2b7ffb49f6
commit
a17379ab6b
@ -13,7 +13,7 @@ import { updateNumberField } from '@utils/string';
|
||||
import * as Yup from 'yup';
|
||||
|
||||
const initialValues: InitialValuesType = {
|
||||
loops: 1
|
||||
loops: 2
|
||||
};
|
||||
|
||||
const validationSchema = Yup.object({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user