@valtimo/case 13.19.0 → 13.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3597,9 +3597,7 @@ class CaseBulkAssignModalComponent {
|
|
|
3597
3597
|
return of([]);
|
|
3598
3598
|
}));
|
|
3599
3599
|
}
|
|
3600
|
-
|
|
3601
|
-
return of([]);
|
|
3602
|
-
}
|
|
3600
|
+
return of([]);
|
|
3603
3601
|
}), catchError$1(() => {
|
|
3604
3602
|
this.permittedDocumentIds$.next([]);
|
|
3605
3603
|
this.canAssignAllDocuments$.next(false);
|