fix: tags could not be saved when the Workflow Tool was created (#11481)

Co-authored-by: zhaobs <zhaobs@cailian.net>
This commit is contained in:
zhaobingshuang
2024-12-09 14:38:02 +08:00
committed by GitHub
parent 230fa3286b
commit 5c166b3f40
2 changed files with 5 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ class ToolWorkflowProviderCreateApi(Resource):
description=args["description"],
parameters=args["parameters"],
privacy_policy=args["privacy_policy"],
labels=args["labels"],
)