diff --git a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html index 80a96d3d8..8ad7ac075 100644 --- a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html @@ -3,7 +3,7 @@ [headerTemplate]="headerTemplate" [itemSize]="80" [noDataText]="'justifications-listing.no-data.title' | translate" - [selectionEnabled]="true" + [selectionEnabled]="canUpdateJustifications" [tableColumnConfigs]="tableColumnConfigs" noDataIcon="iqser:document" > @@ -11,7 +11,7 @@