mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
PM-23826 fix type test failure
This commit is contained in:
@@ -37,7 +37,7 @@ export class ConnectHecDialogComponent implements OnInit {
|
||||
) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
const settings = this.getSettingsAsJson(this.connectInfo.settings.configuration);
|
||||
const settings = this.getSettingsAsJson(this.connectInfo.settings.configuration ?? "");
|
||||
|
||||
if (settings) {
|
||||
this.formGroup.patchValue({
|
||||
|
||||
Reference in New Issue
Block a user