mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
@@ -245,7 +245,7 @@ const ReasoningConfigForm: React.FC<Props> = ({
|
||||
popupClassName='!w-[387px]'
|
||||
isAdvancedMode
|
||||
isInWorkflow
|
||||
value={varInput as any}
|
||||
value={varInput}
|
||||
setModel={handleModelChange(variable)}
|
||||
scope={scope}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user