SUPPORT-9368: убрал запись об ошибке в validateFileService
This commit is contained in:
parent
6af3c7e4b1
commit
ada7f3398c
1 changed files with 0 additions and 3 deletions
|
|
@ -30,9 +30,6 @@ export class ValidateFileService {
|
||||||
link.click();
|
link.click();
|
||||||
window.URL.revokeObjectURL(data);
|
window.URL.revokeObjectURL(data);
|
||||||
link.remove();
|
link.remove();
|
||||||
})
|
|
||||||
.catch(() => {
|
|
||||||
this.messageService.error("Не удалось скачать файл")
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue