mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: http text pass vars
This commit is contained in:
@ -130,6 +130,8 @@ const EditBody: FC<Props> = ({
|
||||
title={<div className='uppercase'>Raw text</div>}
|
||||
onChange={handleBodyValueChange}
|
||||
value={payload.data}
|
||||
justVar
|
||||
nodesOutputVars={availableVarList}
|
||||
readOnly={readonly}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user