chore: lint
This commit is contained in:
@@ -28,7 +28,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
username: '',
|
username: '',
|
||||||
password: '',
|
password: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
const { notify } = useGlobalInfoStore();
|
const { notify } = useGlobalInfoStore();
|
||||||
|
|
||||||
const validateForm = () => {
|
const validateForm = () => {
|
||||||
@@ -73,7 +73,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
if (!validateForm()) {
|
if (!validateForm()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await sendProxyConfig(proxyConfig).then((response) => {
|
await sendProxyConfig(proxyConfig).then((response) => {
|
||||||
if (response) {
|
if (response) {
|
||||||
notify('success', 'Proxy configuration submitted successfully');
|
notify('success', 'Proxy configuration submitted successfully');
|
||||||
|
|||||||
Reference in New Issue
Block a user