feat: remove auto rotation tab

This commit is contained in:
amhsirak
2025-05-13 23:20:37 +05:30
parent 119d159beb
commit 7b57b6692d

View File

@@ -167,7 +167,6 @@ const ProxyForm: React.FC = () => {
</Typography>
<Tabs value={tabIndex} onChange={handleTabChange}>
<Tab label={t('proxy.tab_standard')} />
{/* <Tab label={t('proxy.tab_rotation')} /> */}
</Tabs>
{tabIndex === 0 && (