feat: custom form control
This commit is contained in:
@@ -20,6 +20,10 @@ const FormContainer = styled(Box)({
|
||||
borderRadius: '8px',
|
||||
});
|
||||
|
||||
const FormControl = styled(Box)({
|
||||
marginBottom: '10px',
|
||||
});
|
||||
|
||||
const ProxyForm: React.FC = () => {
|
||||
const [proxyConfig, setProxyConfig] = useState({
|
||||
type: '',
|
||||
|
||||
Reference in New Issue
Block a user