Feature/remove symbol icon from dialog header (#244)

* Remove symbol icon from dialog header

* Clean up code
This commit is contained in:
Thomas
2021-08-01 17:26:39 +02:00
committed by GitHub
parent 5b4a1785ae
commit 423ceec317
8 changed files with 11 additions and 30 deletions

View File

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