From a17379ab6be0936f043c6c8b4b4395f1de8963f9 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sun, 20 Apr 2025 19:59:14 +0100 Subject: [PATCH] fix: initial value --- src/pages/tools/video/loop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/video/loop/index.tsx b/src/pages/tools/video/loop/index.tsx index 80cf2be..6b394dd 100644 --- a/src/pages/tools/video/loop/index.tsx +++ b/src/pages/tools/video/loop/index.tsx @@ -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({