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 Joel
parent e11a876f79
commit 83a5dcffac
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"],
)