|
|
@ -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)) |
|
|
|