From 8b05946632f453dc8a6202846e01fa738ac31e5c Mon Sep 17 00:00:00 2001 From: Benoit Date: Sun, 24 May 2026 22:21:00 +0200 Subject: [PATCH] fix: correction syntaxe JSX formulaire groupe (balise fermante manquante) --- client/src/Admin.jsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/client/src/Admin.jsx b/client/src/Admin.jsx index 7c537b0..ff7f9c7 100644 --- a/client/src/Admin.jsx +++ b/client/src/Admin.jsx @@ -301,14 +301,15 @@ function Admin() { + setGroupForm({ ...groupForm, audioBitrate: parseInt(e.target.value) })} + min="32" + max="320" + /> + +