Skip to content

Commit

Permalink
server_form: Added autocomplete function to url.
Browse files Browse the repository at this point in the history
Autocompletes when the user passes only org url,
in the server url input.

Fixes zulip#1012
  • Loading branch information
manila committed May 6, 2022
1 parent c390ca8 commit a9cf2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/renderer/js/pages/preference/new-server-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export function initNewServerForm({$root, onChange}: NewServerFormProps): void {
"input.setting-input-value",
)!;

<<<<<<< HEAD
async function submitFormHandler(): Promise<void> {
$saveServerButton.textContent = "Connecting...";
let serverConf;
Expand Down

0 comments on commit a9cf2cc

Please sign in to comment.