From a17da4b4af8e1c520f5b076f8070fc8aab1b7259 Mon Sep 17 00:00:00 2001 From: Sibren van Setten Date: Fri, 1 Sep 2023 13:32:13 +0200 Subject: [PATCH] #8907 Fix interactive button not selectable --- tabby-ssh/src/components/sshProfileSettings.component.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tabby-ssh/src/components/sshProfileSettings.component.pug b/tabby-ssh/src/components/sshProfileSettings.component.pug index 4580ccc648..59aea5b584 100644 --- a/tabby-ssh/src/components/sshProfileSettings.component.pug +++ b/tabby-ssh/src/components/sshProfileSettings.component.pug @@ -160,10 +160,12 @@ ul.nav-tabs(ngbNav, #nav='ngbNav') type='radio', name='auth', [(ngModel)]='profile.options.auth', - id='auth"keyboardInteractive"' + id='auth"keyboardInteractive"', [value]='"keyboardInteractive"' ) - label.btn.btn-secondary(ngbButtonLabel) + label.btn.btn-secondary( + for='auth"keyboardInteractive"' + ) i.far.fa-keyboard .m-0(translate) Interactive