From b5e71087988fe9c5b5fd627fdfc60c174868cdc9 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Sun, 28 Apr 2024 10:41:26 +0100 Subject: [PATCH] Fixing some sonarcloud comments --- .../widgets/content-widget/attach-file-widget.component.html | 1 - .../src/lib/form/widgets/upload/upload.widget.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.html b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.html index c6058bbcfcf..e94e08b556d 100644 --- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.html +++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.html @@ -62,7 +62,6 @@ [alt]="mimeTypeIcon" (click)="onAttachFileClicked(file)" (keyup.enter)="onAttachFileClicked(file)" - role="img" [attr.aria-label]="file.name" [tabindex]="i"/> - {{file.name}}