Skip to content

Commit

Permalink
Remove LSP url from servers
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and TonyGiorgio committed Jun 11, 2024
1 parent 65fe31c commit 069adb5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/routes/settings/Servers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,26 +131,6 @@ function SettingsStringsEditor(props: {
/>
)}
</Field>
<Field
name="lsp"
validate={[
url(i18n.t("settings.servers.error_lsp")),
custom(
validateNotTorUrl,
i18n.t("settings.servers.error_tor")
)
]}
>
{(field, props) => (
<TextField
{...props}
value={field.value}
error={field.error}
label={i18n.t("settings.servers.lsp_label")}
caption={i18n.t("settings.servers.lsp_caption")}
/>
)}
</Field>
<Field
name="storage"
validate={[
Expand Down

0 comments on commit 069adb5

Please sign in to comment.