Skip to content

Commit

Permalink
fix (viewer): adapt value form control name (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschweizer committed Jan 4, 2021
1 parent 77e272a commit 3098bfa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ export class ListValueComponent extends BaseValueComponent implements OnInit, On

getSelectedNode(item: ListNodeV2) {
this.menuTrigger.closeMenu();
this.form.controls.listValue.markAsDirty();
this.valueFormControl.markAsDirty();
this.selectedNode = item;
this.valueFormControl.setValue(item.id);
}
Expand Down

0 comments on commit 3098bfa

Please sign in to comment.