X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fform-validators%2Fvideo-validators.ts;h=ab6f21a350fe99e298165a96fb921d4042a7b4ba;hb=4158e67c8d7eb39712e598d3f409c6739eef5f0b;hp=f96189aa248fead9d58b4dde6391f3f9c37cd803;hpb=9df52d660feb722404be00a50f3c8a612bec1c15;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/form-validators/video-validators.ts b/client/src/app/shared/form-validators/video-validators.ts index f96189aa2..ab6f21a35 100644 --- a/client/src/app/shared/form-validators/video-validators.ts +++ b/client/src/app/shared/form-validators/video-validators.ts @@ -86,7 +86,7 @@ export const VIDEO_SUPPORT_VALIDATOR: BuildFormValidator = { } export const VIDEO_SCHEDULE_PUBLICATION_AT_VALIDATOR: BuildFormValidator = { - VALIDATORS: [ ], + VALIDATORS: [ ], // Required is set dynamically MESSAGES: { required: $localize`A date is required to schedule video update.` }