fix: format
This commit is contained in:
@@ -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.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user