Skip to content

Commit

Permalink
fix(webapp): fix for rdp form - set pre connection blob as not requir…
Browse files Browse the repository at this point in the history
…ed (#950)
  • Loading branch information
kristahouse authored Jul 30, 2024
1 parent 8e49d40 commit c684994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export class PreConnectionBlobControlComponent extends BaseComponent implements
}

ngOnInit(): void {
this.formService.addControlToForm(this.parentForm, 'preConnectionBlob', this.inputFormData);
this.formService.addControlToForm(this.parentForm, 'preConnectionBlob', this.inputFormData, false);
}
}

0 comments on commit c684994

Please sign in to comment.