diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 157dad8e..a9edd6a6 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -18,7 +18,6 @@ const FormControl = styled(Box)({ const ProxyForm: React.FC = () => { const [proxyConfig, setProxyConfig] = useState({ - type: 'http', server: '', username: '', password: '', @@ -45,20 +44,6 @@ const ProxyForm: React.FC = () => { return (
- - Select Proxy Type - - } label="HTTP" /> - } label="HTTPS" /> - } label="SOCKS5" /> - - - Proxy Configuration