mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 16:08:04 +08:00
fix file render
This commit is contained in:
@ -519,7 +519,7 @@ class WorkflowCycleManage:
|
||||
return None
|
||||
|
||||
if isinstance(value, dict):
|
||||
if '__variant' in value and value['__variant'] == FileVar.__class__.__name__:
|
||||
if '__variant' in value and value['__variant'] == FileVar.__name__:
|
||||
return value
|
||||
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user