We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79d2e commit 23b47f2Copy full SHA for 23b47f2
apps/tools/serializers/tool.py
@@ -386,6 +386,7 @@ def import_(self, scope=ToolScope.WORKSPACE):
386
workspace_id=self.data.get('workspace_id'),
387
input_field_list=tool.get('input_field_list'),
388
init_field_list=tool.get('init_field_list', []),
389
+ folder_id=self.data.get('workspace_id'),
390
scope=scope,
391
is_active=False
392
)
0 commit comments