mirror of
https://github.com/langgenius/dify.git
synced 2026-04-12 14:10:42 +08:00
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
Block a user