diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index db0fe310..157dad8e 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -35,7 +35,7 @@ const ProxyForm: React.FC = () => { e.preventDefault(); await sendProxyConfig(proxyConfig).then((response) => { if (response) { - notify('success','Proxy configuration submitted successfully'); + notify('success', 'Proxy configuration submitted successfully'); } else { notify('error', 'Failed to submit proxy configuration. Try again.'); }