mirror of https://github.com/langgenius/dify.git
fix features not publish
This commit is contained in:
parent
bd409a3caf
commit
0db67a2fd3
|
|
@ -126,6 +126,7 @@ class WorkflowService:
|
|||
type=draft_workflow.type,
|
||||
version=str(datetime.utcnow()),
|
||||
graph=draft_workflow.graph,
|
||||
features=draft_workflow.features,
|
||||
created_by=account.id
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue