Feature/refactor position detail dialog (#355)

* Add name to portfolio position endpoint

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-11 11:23:47 +02:00
committed by GitHub
parent 4693a8baa2
commit 5d4156ecec
11 changed files with 30 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
<gf-dialog-header
mat-dialog-title
[deviceType]="data.deviceType"
[title]="data.title ?? data.symbol"
[title]="name ?? symbol"
(closeButtonClicked)="onClose()"
></gf-dialog-header>