Skip to content

Commit 7738fd2

Browse files
committed
fix: No more hard default values after adding connection in Create tab
dssh-origin: f144c98
1 parent dfb6532 commit 7738fd2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/tui/tab_create.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ func (m CreateModel) reset() CreateModel {
9797
for i := range m.inputs {
9898
m.inputs[i].SetValue("")
9999
}
100-
m.inputs[fieldPort].SetValue("22")
101-
m.inputs[fieldIdentityFile].SetValue("default")
102100
m.focused = fieldName
103101
m.atSave = false
104102
m.atSaveTo = false

0 commit comments

Comments
 (0)