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:
commit
3a8bda0188
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user