From 9de081bdc34eb61a4d60596c8fdc40c94b8b7d6c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 13 May 2025 23:21:13 +0530 Subject: [PATCH] feat: remove tabIndex=1 --- src/components/proxy/ProxyForm.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/components/proxy/ProxyForm.tsx b/src/components/proxy/ProxyForm.tsx index f4119385..e2db4f4d 100644 --- a/src/components/proxy/ProxyForm.tsx +++ b/src/components/proxy/ProxyForm.tsx @@ -255,23 +255,6 @@ const ProxyForm: React.FC = () => { ))} - {tabIndex === 1 && ( - - <> - - {t('proxy.coming_soon')} - - - {/* - - - )}