mirror of https://github.com/Chocobozzz/PeerTube
Fix checkbox ids in plugin settings
parent
253d4ab621
commit
30a94566c9
|
@ -27,7 +27,7 @@
|
|||
|
||||
<my-peertube-checkbox
|
||||
*ngIf="setting.type === 'input-checkbox'"
|
||||
[id]="setting.name"
|
||||
[inputName]="setting.name"
|
||||
[formControlName]="setting.name"
|
||||
[labelInnerHTML]="setting.label"
|
||||
></my-peertube-checkbox>
|
||||
|
|
Loading…
Reference in New Issue