mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat(input-field): add isEditMode prop to InputFieldForm and update handling of variable changes
This commit is contained in:
@ -258,7 +258,7 @@ const formatItem = (
|
||||
required: v.required,
|
||||
}
|
||||
try {
|
||||
if(type === VarType.object && v.json_schema) {
|
||||
if (type === VarType.object && v.json_schema) {
|
||||
varRes.children = {
|
||||
schema: JSON.parse(v.json_schema),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user