From ada7f3398c9c2ccbfca479549a23b3d449a5829f Mon Sep 17 00:00:00 2001 From: "adel.ka" Date: Fri, 17 Oct 2025 14:16:02 +0300 Subject: [PATCH] =?UTF-8?q?SUPPORT-9368:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=20=D0=BE=D0=B1=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=B5=20=D0=B2=20validateFileService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/ts/ervu/service/ValidateFileService.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/ts/ervu/service/ValidateFileService.ts b/frontend/src/ts/ervu/service/ValidateFileService.ts index 2b827948..d217a3b3 100644 --- a/frontend/src/ts/ervu/service/ValidateFileService.ts +++ b/frontend/src/ts/ervu/service/ValidateFileService.ts @@ -30,9 +30,6 @@ export class ValidateFileService { link.click(); window.URL.revokeObjectURL(data); link.remove(); - }) - .catch(() => { - this.messageService.error("Не удалось скачать файл") }); } } \ No newline at end of file