Browse Source

Refactoring

pull/7251/head
Thomas Kaul 4 weeks ago
parent
commit
adbcd1736a
  1. 2
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts

2
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts

@ -580,8 +580,8 @@ export class GfAssetProfileDialogComponent implements OnInit {
protected onDeleteSplit(aId: string) {
this.adminService
.deleteAssetProfileSplit({
id: aId,
dataSource: this.data.dataSource,
id: aId,
symbol: this.data.symbol
})
.pipe(takeUntilDestroyed(this.destroyRef))

Loading…
Cancel
Save