diff --git a/webapp/src/client/app/modules/web-client/form/form-controls/preconnection-blob/pre-connection-blob-control.component.ts b/webapp/src/client/app/modules/web-client/form/form-controls/preconnection-blob/pre-connection-blob-control.component.ts index e7b134f5b..6049e8756 100644 --- a/webapp/src/client/app/modules/web-client/form/form-controls/preconnection-blob/pre-connection-blob-control.component.ts +++ b/webapp/src/client/app/modules/web-client/form/form-controls/preconnection-blob/pre-connection-blob-control.component.ts @@ -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); } }