From 3767ecb91c7dfd1a6b6922cd14fcd1c282a67641 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 25 Jan 2020 16:56:56 +0100 Subject: [PATCH] chore: hiding icon in table from SR users (#5403) Co-authored-by: Mark Steadman <47225088+Steady5063@users.noreply.github.com> --- .../components/datatable/datatable.component.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/core/datatable/components/datatable/datatable.component.html b/lib/core/datatable/components/datatable/datatable.component.html index b2b41c4f5a..0ce6580fef 100644 --- a/lib/core/datatable/components/datatable/datatable.component.html +++ b/lib/core/datatable/components/datatable/datatable.component.html @@ -131,13 +131,7 @@ -
- - {{ 'ADF-DATATABLE.ACCESSIBILITY.ICON_ALT_TEXT' | translate:{ - type: 'ADF-DATATABLE.FILE_TYPE.' + (data.getValue(row, col) | fileType | uppercase) | translate - } - }} - +
{{ data.getValue(row, col) }}