fixed prod build error
This commit is contained in:
parent
b328c6c832
commit
958d3d33a7
@ -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));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user