feat: custom form control
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user