mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged in bugfix/HIMA-896_cart-details-css (pull request #825)
HIMA_896 cart details CSS
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
|
||||
&-date {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&-dropdown {
|
||||
|
||||
@@ -134,7 +134,7 @@ export class RemissionFinishComponent implements OnInit, OnDestroy {
|
||||
containerId: this.containerId
|
||||
})
|
||||
.pipe(
|
||||
switchMap(response => {
|
||||
switchMap((response: any) => {
|
||||
if (response && response.error) {
|
||||
this.showError = true;
|
||||
if (response.errorReasons && response.message && isNullOrUndefined(response.errorReasons.PackageCode)) {
|
||||
|
||||
Reference in New Issue
Block a user