fixed flat dld
This commit is contained in:
parent
0434feb5fc
commit
b90fd0327d
@ -91,6 +91,7 @@ export class FileDownloadBtnComponent {
|
||||
}
|
||||
|
||||
downloadFlatRedactedFiles($event: MouseEvent) {
|
||||
$event.preventDefault();
|
||||
this._singleFileDownloadService
|
||||
.loadFile('FLAT_REDACTED', <FileStatusWrapper>this.file)
|
||||
.subscribe((data) => saveAs(data, (<FileStatusWrapper>this.file).filename));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user