From 38d053f4af4b9aa7ac17cfb58f5e5ffc81c06cb3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 1 Oct 2024 00:09:32 +0530 Subject: [PATCH] fix: format --- src/components/organisms/ProxyForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }