Skip to content

Commit 2d0323f

Browse files
committed
Fixed native association field
1 parent b057ab0 commit 2d0323f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/native.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl App {
136136
start_all_servers(
137137
self.http_client.clone(),
138138
lookup.url.clone(),
139-
value.association.clone(),
139+
lookup.association.clone(),
140140
);
141141

142142
let remember = self.remember_checkbox.check_state() == CheckBoxState::Checked;

0 commit comments

Comments
 (0)