diff --git a/terminus-ssh/src/components/editConnectionModal.component.pug b/terminus-ssh/src/components/editConnectionModal.component.pug index c0f9cc83..a74fea91 100644 --- a/terminus-ssh/src/components/editConnectionModal.component.pug +++ b/terminus-ssh/src/components/editConnectionModal.component.pug @@ -103,7 +103,7 @@ .header .title Jump host select.form-control([(ngModel)]='connection.jumpHost') - option([ngValue]='null') None + option(value='') None option([ngValue]='x.name', *ngFor='let x of config.store.ssh.connections') {{x.name}} .form-line