fix: correction syntaxe JSX formulaire groupe (balise fermante manquante)
This commit is contained in:
@@ -301,14 +301,15 @@ function Admin() {
|
|||||||
|
|
||||||
<label>
|
<label>
|
||||||
Bitrate audio (kbps)
|
Bitrate audio (kbps)
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
value={groupForm.audioBitrate}
|
value={groupForm.audioBitrate}
|
||||||
onChange={(e) => setGroupForm({ ...groupForm, audioBitrate: parseInt(e.target.value) })}
|
onChange={(e) => setGroupForm({ ...groupForm, audioBitrate: parseInt(e.target.value) })}
|
||||||
min="32"
|
min="32"
|
||||||
max="320"
|
max="320"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="channels-section">
|
<div className="channels-section">
|
||||||
<div className="channels-header">
|
<div className="channels-header">
|
||||||
|
|||||||
Reference in New Issue
Block a user