+ {{ 'mediaLibrary.bulkDeleteConfirm' | translate }}
+
+
{{ 'mediaLibrary.cancel' | translate }}
+
{{ 'mediaLibrary.confirm' | translate }}
+
+
diff --git a/src/app/features/backoffice/media/media-library-page.component.ts b/src/app/features/backoffice/media/media-library-page.component.ts
index 541b2d3..24aedf5 100644
--- a/src/app/features/backoffice/media/media-library-page.component.ts
+++ b/src/app/features/backoffice/media/media-library-page.component.ts
@@ -49,6 +49,7 @@ export class MediaLibraryPageComponent implements OnInit {
@ViewChild('fileInput') private fileInput?: ElementRef