Bläddra i källkod

Fix number input in tool configure form of agent node tool item (#24154)

tags/1.8.0
KVOJJJin 2 månader sedan
förälder
incheckning
5f0b52c017
Inget konto är kopplat till bidragsgivarens mejladress

+ 1
- 1
web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx Visa fil

@@ -259,7 +259,7 @@ const ReasoningConfigForm: React.FC<Props> = ({
className='h-8 grow'
type='number'
value={varInput?.value || ''}
onChange={handleValueChange(variable, type)}
onChange={e => handleValueChange(variable, type)(e.target.value)}
placeholder={placeholder?.[language] || placeholder?.en_US}
/>
)}

Laddar…
Avbryt
Spara