mirror of https://github.com/Chocobozzz/PeerTube
Fix support field validation in video edit
parent
86ec3e53ac
commit
9f4183c9b5
|
@ -85,7 +85,7 @@ export class VideoEditComponent implements OnInit {
|
|||
this.form.addControl('tags', new FormControl(''))
|
||||
this.form.addControl('thumbnailfile', new FormControl(''))
|
||||
this.form.addControl('previewfile', new FormControl(''))
|
||||
this.form.addControl('support', new FormControl(''))
|
||||
this.form.addControl('support', new FormControl('', VIDEO_SUPPORT.VALIDATORS))
|
||||
}
|
||||
|
||||
ngOnInit () {
|
||||
|
|
Loading…
Reference in New Issue