mirror of https://github.com/Chocobozzz/PeerTube
Fix upload can deactivate
parent
f7bb2bb5a7
commit
221d876fa7
|
@ -144,6 +144,7 @@ export class VideoAddComponent implements OnInit, CanComponentDeactivate {
|
||||||
}
|
}
|
||||||
|
|
||||||
canDeactivate (): { canDeactivate: boolean, text?: string} {
|
canDeactivate (): { canDeactivate: boolean, text?: string} {
|
||||||
|
if (this.secondStepType === 'upload') return this.videoUpload.canDeactivate()
|
||||||
if (this.secondStepType === 'import-url') return this.videoImportUrl.canDeactivate()
|
if (this.secondStepType === 'import-url') return this.videoImportUrl.canDeactivate()
|
||||||
if (this.secondStepType === 'import-torrent') return this.videoImportTorrent.canDeactivate()
|
if (this.secondStepType === 'import-torrent') return this.videoImportTorrent.canDeactivate()
|
||||||
if (this.secondStepType === 'go-live') return this.videoGoLive.canDeactivate()
|
if (this.secondStepType === 'go-live') return this.videoGoLive.canDeactivate()
|
||||||
|
|
Loading…
Reference in New Issue