Skip to content

Commit

Permalink
#8907 Fix interactive button not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibren van Setten committed Sep 1, 2023
1 parent 26ac6b0 commit a17da4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tabby-ssh/src/components/sshProfileSettings.component.pug
Expand Up @@ -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

Expand Down

0 comments on commit a17da4b

Please sign in to comment.