1
0
Fork 0
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:
Chocobozzz 2019-07-29 16:41:25 +02:00
parent 34dd7cb4ca
commit 8e8eb2614b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 4 additions and 1 deletions

View file

@ -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