fix RED-3000
This commit is contained in:
parent
bb60f6090c
commit
56199264a6
@ -107,7 +107,11 @@ export class FileWorkloadComponent {
|
||||
|
||||
private get _showExcludedPages$() {
|
||||
return this.excludedPagesService.shown$.pipe(
|
||||
tap(() => this._disableMultiSelectAndDocumentInfo()),
|
||||
tap(show => {
|
||||
if (show) {
|
||||
this._disableMultiSelectAndDocumentInfo();
|
||||
}
|
||||
}),
|
||||
shareLast(),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user