diff --git a/apps/red-ui/src/app/app.module.ts b/apps/red-ui/src/app/app.module.ts index b2224da4e..d48a71def 100644 --- a/apps/red-ui/src/app/app.module.ts +++ b/apps/red-ui/src/app/app.module.ts @@ -78,6 +78,7 @@ import { TypeFilterComponent } from './components/type-filter/type-filter.compon import { DictionaryAnnotationIconComponent } from './components/dictionary-annotation-icon/dictionary-annotation-icon.component'; import { BulkActionsComponent } from './screens/project-overview-screen/bulk-actions/bulk-actions.component'; import { HttpCacheInterceptor } from '@redaction/red-cache'; +import { HiddenActionComponent } from './common/hidden-action/hidden-action.component'; export function HttpLoaderFactory(httpClient: HttpClient) { return new TranslateHttpLoader(httpClient, '/assets/i18n/', '.json'); @@ -123,7 +124,8 @@ export function HttpLoaderFactory(httpClient: HttpClient) { TypeFilterComponent, DictionaryAnnotationIconComponent, BulkActionsComponent, - FileActionsComponent + FileActionsComponent, + HiddenActionComponent ], imports: [ BrowserModule, diff --git a/apps/red-ui/src/app/common/hidden-action/hidden-action.component.html b/apps/red-ui/src/app/common/hidden-action/hidden-action.component.html new file mode 100644 index 000000000..a10177834 --- /dev/null +++ b/apps/red-ui/src/app/common/hidden-action/hidden-action.component.html @@ -0,0 +1,3 @@ +