mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix help transcoding placement
This commit is contained in:
parent
34dd7cb4ca
commit
8e8eb2614b
3 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@ export class PeertubeCheckboxComponent implements ControlValueAccessor {
|
|||
@Input() labelText: string
|
||||
@Input() labelHtml: string
|
||||
@Input() helpHtml: string
|
||||
@Input() helpPlacement = 'top'
|
||||
@Input() disabled = false
|
||||
|
||||
// FIXME: https://github.com/angular/angular/issues/10816#issuecomment-307567836
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue