Browse Source

UI: Fixed details breadcrumb label

pull/9148/head
Artem Dzhereleiko 3 years ago
parent
commit
4e20121613
  1. 2
      ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts

2
ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts

@ -129,6 +129,8 @@ export class OtaUpdateComponent extends EntityComponent<OtaPackage> implements O
} }
updateForm(entity: OtaPackage) { updateForm(entity: OtaPackage) {
this.entity.name = entity.title;
this.entityForm.patchValue({ this.entityForm.patchValue({
title: entity.title, title: entity.title,
version: entity.version, version: entity.version,

Loading…
Cancel
Save