Skip to content

Commit

Permalink
Fix error on edit asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanconstantinescu committed Jul 24, 2019
1 parent 2798f4b commit 5f4ed53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class EditAssetComponent implements OnInit {
}

ngOnInit() {
this.editAssetForm.setValue({
this.editAssetForm.patchValue({
name: this.asset.name,
description: this.asset.description || '',
identifier: this.asset.identifier,
Expand Down

0 comments on commit 5f4ed53

Please sign in to comment.