From a8151c84759ec8d71fa0adf581ed31139e7fa209 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 2 Oct 2024 22:44:55 +0530 Subject: [PATCH] feat: -rm proxy type form control --- src/components/organisms/ProxyForm.tsx | 15 --------------- 1 file changed, 15 deletions(-) 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