mirror of https://github.com/langgenius/dify.git
fix: http text pass vars
This commit is contained in:
parent
586488c6a9
commit
6b3bc789b5
|
|
@ -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}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue