Fix build

pull/758/head
Chocobozzz 2018-06-29 15:22:20 +02:00
parent 70b40c2ed3
commit e1807a942f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
import { FormReactive } from '@app/shared'
import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
export abstract class MyAccountVideoChannelEdit extends FormReactive {
// We need it even in the create component because it's used in the edit template
videoChannelToUpdate: VideoChannel
abstract isCreation (): boolean
abstract getFormButtonTitle (): string
}

View File

@ -21,7 +21,7 @@ export class MyAccountVideoChannelUpdateComponent extends MyAccountVideoChannelE
error: string
private videoChannelToUpdate: VideoChannel
videoChannelToUpdate: VideoChannel
private paramsSub: Subscription
constructor (