rf
This commit is contained in:
parent
e74cec69ed
commit
8b01587d71
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user