fix: initial value

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-20 19:59:14 +01:00
parent 2b7ffb49f6
commit a17379ab6b

View File

@@ -13,7 +13,7 @@ import { updateNumberField } from '@utils/string';
import * as Yup from 'yup'; import * as Yup from 'yup';
const initialValues: InitialValuesType = { const initialValues: InitialValuesType = {
loops: 1 loops: 2
}; };
const validationSchema = Yup.object({ const validationSchema = Yup.object({