feat: select proxy type
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import { TextField, Button, RadioGroup, FormControlLabel, Radio, Box } from '@mui/material';
|
import { TextField, Button, RadioGroup, FormControlLabel, Radio, Box, Typography } from '@mui/material';
|
||||||
import { styled } from '@mui/system';
|
import { styled } from '@mui/system';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
@@ -43,6 +43,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
<FormContainer>
|
<FormContainer>
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
<Typography variant="subtitle1" gutterBottom>Select Proxy Type</Typography>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
name="type"
|
name="type"
|
||||||
value={proxyConfig.type}
|
value={proxyConfig.type}
|
||||||
|
|||||||
Reference in New Issue
Block a user