feat: custom form control

This commit is contained in:
karishmas6
2024-09-30 23:26:24 +05:30
parent 4fa8d933f8
commit 15ac55b44a

View File

@@ -20,6 +20,10 @@ const FormContainer = styled(Box)({
borderRadius: '8px', borderRadius: '8px',
}); });
const FormControl = styled(Box)({
marginBottom: '10px',
});
const ProxyForm: React.FC = () => { const ProxyForm: React.FC = () => {
const [proxyConfig, setProxyConfig] = useState({ const [proxyConfig, setProxyConfig] = useState({
type: '', type: '',