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:
parent
230fa3286b
commit
5c166b3f40
2 changed files with 5 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ class ToolWorkflowProviderCreateApi(Resource):
|
|||
description=args["description"],
|
||||
parameters=args["parameters"],
|
||||
privacy_policy=args["privacy_policy"],
|
||||
labels=args["labels"],
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue