feat: set proxy config true on form submit

This commit is contained in:
amhsirak
2025-02-25 02:58:37 +05:30
parent 5fd2d5dec9
commit d24a01c5e1

View File

@@ -100,6 +100,7 @@ const ProxyForm: React.FC = () => {
try {
const response = await sendProxyConfig(proxyConfigForm);
if (response) {
setIsProxyConfigured(true);
notify('success', t('proxy.notifications.config_success'));
} else {
notify('error', t('proxy.notifications.config_error'));