diff --git a/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts b/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts index da479fa190..2979c385ed 100644 --- a/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts +++ b/ui-ngx/src/app/modules/home/pages/ota-update/ota-update.component.ts @@ -129,6 +129,8 @@ export class OtaUpdateComponent extends EntityComponent implements O } updateForm(entity: OtaPackage) { + this.entity.name = entity.title; + this.entityForm.patchValue({ title: entity.title, version: entity.version,