Skip to content

Commit

Permalink
use correct attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bmo-at-a9s committed Nov 6, 2023
1 parent b907f6d commit ac3607a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class EditEndpointStepComponent implements OnDestroy, IStepperStep {
).subscribe(endpoint => {
this.setAdvancedFields(endpoint);
this.lastSkipSSLValue = endpoint.skip_ssl_validation;
this.showCACertField = !!endpoint.ca_cert;
this.showCACertField = !!endpoint.caCert;
this.updateSSLFieldCheckbox();
this.editEndpoint.setValue({
name: endpoint.name,
Expand Down

0 comments on commit ac3607a

Please sign in to comment.