fix: correction syntaxe JSX formulaire groupe (balise fermante manquante)

This commit is contained in:
2026-05-24 22:21:00 +02:00
parent a0839ed563
commit 8b05946632
+9 -8
View File
@@ -301,14 +301,15 @@ function Admin() {
<label>
Bitrate audio (kbps)
<input
type="number"
value={groupForm.audioBitrate}
onChange={(e) => setGroupForm({ ...groupForm, audioBitrate: parseInt(e.target.value) })}
min="32"
max="320"
/>
</label>
<input
type="number"
value={groupForm.audioBitrate}
onChange={(e) => setGroupForm({ ...groupForm, audioBitrate: parseInt(e.target.value) })}
min="32"
max="320"
/>
</label>
</div>
<div className="channels-section">
<div className="channels-header">