mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
fix: initial value
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user