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