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) { protected onDeleteSplit(aId: string) {
this.adminService this.adminService
.deleteAssetProfileSplit({ .deleteAssetProfileSplit({
id: aId,
dataSource: this.data.dataSource, dataSource: this.data.dataSource,
id: aId,
symbol: this.data.symbol symbol: this.data.symbol
}) })
.pipe(takeUntilDestroyed(this.destroyRef)) .pipe(takeUntilDestroyed(this.destroyRef))

Loading…
Cancel
Save