fixed prod build error

This commit is contained in:
Timo 2021-01-19 21:14:04 +02:00
parent b328c6c832
commit 958d3d33a7

View File

@ -37,7 +37,7 @@ export class BulkActionsComponent {
return this._appStateService?.activeProject;
}
private get selectedFiles(): FileStatusWrapper[] {
get selectedFiles(): FileStatusWrapper[] {
return this.selectedFileIds.map((fileId) => this._appStateService.getFileById(this._appStateService.activeProject.project.projectId, fileId));
}