From 8b01587d7138b367903244d3b42fdae20f9d6d80 Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 11 May 2021 09:09:17 +0300 Subject: [PATCH] rf --- .../bulk-actions/project-overview-bulk-actions.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/modules/projects/components/bulk-actions/project-overview-bulk-actions.component.ts b/apps/red-ui/src/app/modules/projects/components/bulk-actions/project-overview-bulk-actions.component.ts index 766171f1a..7b4566df9 100644 --- a/apps/red-ui/src/app/modules/projects/components/bulk-actions/project-overview-bulk-actions.component.ts +++ b/apps/red-ui/src/app/modules/projects/components/bulk-actions/project-overview-bulk-actions.component.ts @@ -16,11 +16,11 @@ import { ProjectsDialogService } from '../../services/projects-dialog.service'; }) export class ProjectOverviewBulkActionsComponent { @Input() - public selectedFileIds: string[]; + selectedFileIds: string[]; @Output() - public reload = new EventEmitter(); + reload = new EventEmitter(); - public loading = false; + loading = false; constructor( private readonly _appStateService: AppStateService,