chore: remove top-right field guide entry in param override editor

This commit is contained in:
Seefs
2026-03-05 16:43:15 +08:00
parent 16e4ce52e3
commit 9d4ea49984

View File

@@ -1840,14 +1840,6 @@ const ParamOverrideEditorModal = ({ visible, value, onSave, onCancel }) => {
{t('重置')}
</Button>
</Space>
<Text
type='tertiary'
size='small'
className='cursor-pointer select-none mt-1 whitespace-nowrap'
onClick={() => openFieldGuide('path')}
>
{t('字段速查')}
</Text>
</div>
</Card>