diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx
index 5426350f..08a4ce8b 100644
--- a/src/components/organisms/ProxyForm.tsx
+++ b/src/components/organisms/ProxyForm.tsx
@@ -1,23 +1,23 @@
import React, { useState, useEffect } from 'react';
import { styled } from '@mui/system';
-import {
- Alert,
- AlertTitle,
- TextField,
- Button,
- Switch,
- FormControlLabel,
- Box,
- Typography,
- Tabs,
- Tab,
- Table,
- TableContainer,
- TableHead,
- TableRow,
- TableBody,
- TableCell,
- Paper
+import {
+ Alert,
+ AlertTitle,
+ TextField,
+ Button,
+ Switch,
+ FormControlLabel,
+ Box,
+ Typography,
+ Tabs,
+ Tab,
+ Table,
+ TableContainer,
+ TableHead,
+ TableRow,
+ TableBody,
+ TableCell,
+ Paper
} from '@mui/material';
import { sendProxyConfig, getProxyConfig, testProxyConfig, deleteProxyConfig } from '../../api/proxy';
import { useGlobalInfoStore } from '../../context/globalInfo';
@@ -162,10 +162,10 @@ const ProxyForm: React.FC = () => {
{t('proxy.title')}
-
+
-
+
{tabIndex === 0 && (
isProxyConfigured ? (
@@ -260,7 +260,7 @@ const ProxyForm: React.FC = () => {
{t('proxy.coming_soon')}
- {/*