diff --git a/frontend/app/features/content/shared/contents-selector.component.html b/frontend/app/features/content/shared/contents-selector.component.html index 9f36cd230..aab66dce8 100644 --- a/frontend/app/features/content/shared/contents-selector.component.html +++ b/frontend/app/features/content/shared/contents-selector.component.html @@ -18,7 +18,7 @@
@@ -32,6 +32,12 @@
+ +
+ + + +
diff --git a/frontend/app/features/content/shared/contents-selector.component.ts b/frontend/app/features/content/shared/contents-selector.component.ts index 95ade9289..ded8b7080 100644 --- a/frontend/app/features/content/shared/contents-selector.component.ts +++ b/frontend/app/features/content/shared/contents-selector.component.ts @@ -8,6 +8,8 @@ import { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; import { + ApiUrlConfig, + AppsState, ContentDto, LanguageDto, ManualContentsState, @@ -58,6 +60,8 @@ export class ContentsSelectorComponent extends ResourceOwner implements OnInit { public selectedAll = false; constructor( + public readonly appsState: AppsState, + public readonly apiUrl: ApiUrlConfig, public readonly contentsState: ManualContentsState, public readonly schemasState: SchemasState, private readonly changeDetector: ChangeDetectorRef diff --git a/frontend/app/shared/components/assets-selector.component.html b/frontend/app/shared/components/assets-selector.component.html index ba49f2877..a51dc105f 100644 --- a/frontend/app/shared/components/assets-selector.component.html +++ b/frontend/app/shared/components/assets-selector.component.html @@ -5,12 +5,12 @@
-
+
-
+