mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
fix: scope value
This commit is contained in:
@@ -249,7 +249,7 @@ const InputVarList: FC<Props> = ({
|
||||
setModel={handleModelChange(variable)}
|
||||
onCompletionParamsChange={handleModelParamsChange(variable)}
|
||||
readonly={readOnly}
|
||||
scope={'embedding'}
|
||||
scope={scope}
|
||||
/>
|
||||
)}
|
||||
{tooltip && <div className='text-text-tertiary body-xs-regular'>{tooltip[language] || tooltip.en_US}</div>}
|
||||
|
||||
Reference in New Issue
Block a user