mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 13:16:16 +08:00
fix features not publish
This commit is contained in:
@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user