Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
apps/client/src/app/components/admin-market-data/admin-market-data.html
-
apps/client/src/app/components/admin-market-data/admin-market-data.service.ts
|
@ -178,7 +178,7 @@ |
|
|
[disabled]="!selection.hasValue()" |
|
|
[disabled]="!selection.hasValue()" |
|
|
(click)="onDeleteAssetProfiles()" |
|
|
(click)="onDeleteAssetProfiles()" |
|
|
> |
|
|
> |
|
|
<ng-container i18n>Delete Asset Profiles</ng-container> |
|
|
<ng-container i18n>Delete Profiles</ng-container> |
|
|
</button> |
|
|
</button> |
|
|
</mat-menu> |
|
|
</mat-menu> |
|
|
</th> |
|
|
</th> |
|
|
|
@ -42,7 +42,7 @@ export class AdminMarketDataService { |
|
|
forkJoin(deleteRequests) |
|
|
forkJoin(deleteRequests) |
|
|
.pipe( |
|
|
.pipe( |
|
|
catchError(() => { |
|
|
catchError(() => { |
|
|
alert($localize`Oops! Could not delete asset profiles.`); |
|
|
alert($localize`Oops! Could not delete profiles.`); |
|
|
|
|
|
|
|
|
return EMPTY; |
|
|
return EMPTY; |
|
|
}), |
|
|
}), |
|
|