diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 5034ab5f..5643e7e6 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -85,7 +85,7 @@ const ProxyForm: React.FC = () => { console.log(`Failed to submit proxy configuration. Try again. ${response}`) } } catch (error: any) { - notify('Failed to submit proxy configuration', error); + notify('error', `${error} : Failed to submit proxy configuration`); } };