fix: format

This commit is contained in:
karishmas6
2024-10-01 00:09:32 +05:30
parent aabf48fa7e
commit 38d053f4af

View File

@@ -35,7 +35,7 @@ const ProxyForm: React.FC = () => {
e.preventDefault(); e.preventDefault();
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');
} else { } else {
notify('error', 'Failed to submit proxy configuration. Try again.'); notify('error', 'Failed to submit proxy configuration. Try again.');
} }