Skip to content

Commit a9cf2cc

Browse files
committed
server_form: Added autocomplete function to url.
Autocompletes when the user passes only org url, in the server url input. Fixes zulip#1012
1 parent c390ca8 commit a9cf2cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/renderer/js/pages/preference/new-server-form.ts

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export function initNewServerForm({$root, onChange}: NewServerFormProps): void {
5656
"input.setting-input-value",
5757
)!;
5858

59-
<<<<<<< HEAD
6059
async function submitFormHandler(): Promise<void> {
6160
$saveServerButton.textContent = "Connecting...";
6261
let serverConf;

0 commit comments

Comments
 (0)