chore: lint

This commit is contained in:
karishmas6
2024-10-02 23:39:19 +05:30
parent 3d0882f828
commit 6335145470

View File

@@ -28,7 +28,7 @@ const ProxyForm: React.FC = () => {
username: '',
password: '',
});
const { notify } = useGlobalInfoStore();
const validateForm = () => {
@@ -73,7 +73,7 @@ const ProxyForm: React.FC = () => {
if (!validateForm()) {
return;
}
await sendProxyConfig(proxyConfig).then((response) => {
if (response) {
notify('success', 'Proxy configuration submitted successfully');