mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 22:34:23 +01:00
Remove LSP url from servers
This commit is contained in:
committed by
Tony Giorgio
parent
65fe31c72f
commit
069adb57fd
@@ -131,26 +131,6 @@ function SettingsStringsEditor(props: {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Field>
|
</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
|
<Field
|
||||||
name="storage"
|
name="storage"
|
||||||
validate={[
|
validate={[
|
||||||
|
|||||||
Reference in New Issue
Block a user