mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +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