From 187b2e23465688acbefad52721593a51caa21c40 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jun 2020 11:43:16 +0200 Subject: Fix upload page --- client/src/app/+videos/+video-edit/shared/video-edit.module.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts index 96061a300..d1bbbafe9 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts +++ b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts @@ -4,6 +4,7 @@ import { NgModule } from '@angular/core' import { SharedFormModule } from '@app/shared/shared-forms' import { SharedGlobalIconModule } from '@app/shared/shared-icons' import { SharedMainModule } from '@app/shared/shared-main' +import { I18nPrimengCalendarService } from './i18n-primeng-calendar.service' import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' import { VideoEditComponent } from './video-edit.component' @@ -33,6 +34,8 @@ import { VideoEditComponent } from './video-edit.component' VideoEditComponent ], - providers: [] + providers: [ + I18nPrimengCalendarService + ] }) export class VideoEditModule { } -- cgit v1.2.3