From 3c62cc9ad2cfa691ee798d27ee6b377676e50bb7 Mon Sep 17 00:00:00 2001 From: N3WT DE COMPET Date: Sun, 27 Apr 2025 09:50:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20On=20commence=20=C3=A0=20la=20page=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front-End/src/components/Inscription/InscriptionFormShared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Front-End/src/components/Inscription/InscriptionFormShared.js b/Front-End/src/components/Inscription/InscriptionFormShared.js index ce5977e..d409b19 100644 --- a/Front-End/src/components/Inscription/InscriptionFormShared.js +++ b/Front-End/src/components/Inscription/InscriptionFormShared.js @@ -65,7 +65,7 @@ export default function InscriptionFormShared({ const [uploadedFiles, setUploadedFiles] = useState([]); const [schoolFileTemplates, setSchoolFileTemplates] = useState([]); const [parentFileTemplates, setParentFileTemplates] = useState([]); - const [currentPage, setCurrentPage] = useState(5); + const [currentPage, setCurrentPage] = useState(1); const [isPage1Valid, setIsPage1Valid] = useState(false); const [isPage2Valid, setIsPage2Valid] = useState(false);