pull/2899/head
Thomas Kaul 8 months ago committed by GitHub
parent 5ba5b86d5f
commit f2803aecbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,7 +144,7 @@ export class AssetProfileDialog implements OnDestroy, OnInit {
assetSubClass: this.assetProfile.assetSubClass ?? null,
comment: this.assetProfile?.comment ?? '',
countries: JSON.stringify(
this.assetProfile?.countries.map(({ code, weight }) => {
this.assetProfile?.countries?.map(({ code, weight }) => {
return { code, weight };
}) ?? []
),

Loading…
Cancel
Save