X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channel-edit.ts;h=355cb4f55b4e8f188b2648cfe3a515054b4139be;hb=e66883b37ae0796256b3aba550670a2d76cfc98a;hp=7479442d1f1beb285e54cbc1f97be63d01b49e9d;hpb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts index 7479442d1..355cb4f55 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts @@ -9,7 +9,7 @@ export abstract class MyAccountVideoChannelEdit extends FormReactive { abstract isCreation (): boolean abstract getFormButtonTitle (): string - // FIXME: We need this method so angular does not complain in the child template + // We need this method so angular does not complain in child template that doesn't need this onAvatarChange (formData: FormData) { /* empty */ } // Should be implemented by the child