mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
Fix: resolve issue with embedding model field visibility toggling on datasets page (#5451)
This commit is contained in:
parent
f220d294e0
commit
54b8d98cde
|
@ -194,7 +194,7 @@ const Form = () => {
|
|||
</div>
|
||||
</>
|
||||
)}
|
||||
{currentDataset && currentDataset.indexing_technique === 'high_quality' && (
|
||||
{indexMethod === 'high_quality' && (
|
||||
<div className={rowClass}>
|
||||
<div className={labelClass}>
|
||||
<div>{t('datasetSettings.form.embeddingModel')}</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user