UI: Fixed details breadcrumb label

This commit is contained in:
Artem Dzhereleiko 2023-08-29 11:12:02 +03:00
parent bff3297c56
commit 4e20121613

View File

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