Merge branch 'w2p-99465_themed-MediaViewerCompoent_contribute-7.2' into atmire-contributions-march-2023

This commit is contained in:
Alexandre Vryghem
2023-03-21 10:03:55 +01:00

View File

@@ -20,7 +20,7 @@ export class ThemedMediaViewerVideoComponent extends ThemedComponent<MediaViewer
]; ];
protected getComponentName(): string { protected getComponentName(): string {
return 'MediaViewerImageComponent'; return 'MediaViewerVideoComponent';
} }
protected importThemedComponent(themeName: string): Promise<any> { protected importThemedComponent(themeName: string): Promise<any> {