mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: llm editor bg and not flash
This commit is contained in:
@ -64,8 +64,6 @@ const EditBody: FC<Props> = ({
|
||||
list: body,
|
||||
setList: setBody,
|
||||
addItem: addBody,
|
||||
isKeyValueEdit: isBodyKeyValueEdit,
|
||||
toggleIsKeyValueEdit: toggleIsBodyKeyValueEdit,
|
||||
} = useKeyValueList(payload.data, (value) => {
|
||||
const newBody = produce(payload, (draft: Body) => {
|
||||
draft.data = value
|
||||
@ -151,6 +149,7 @@ const EditBody: FC<Props> = ({
|
||||
onChange={handleBodyValueChange}
|
||||
justVar
|
||||
nodesOutputVars={availableVarList}
|
||||
readOnly={readonly}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user