Merge branch 'RED-8575' into 'master'

RED-8575: fixed excluded pages panel blank when redaction  is disabled.

See merge request redactmanager/red-ui!324
This commit is contained in:
Valentin-Gabriel Mihai 2024-02-28 14:30:54 +01:00
commit 3a8bda0188

View File

@ -1,6 +1,6 @@
<ng-container *ngIf="state.file() as file">
<iqser-empty-state
*ngIf="file.excluded && documentInfoService.hidden() && excludedPagesService.hidden()"
*ngIf="file.excluded && documentInfoService.hidden()"
[horizontalPadding]="40"
[text]="'file-preview.tabs.is-excluded' | translate"
icon="red:needs-work"