Commit 95ee7255 authored by takatost's avatar takatost

fix default configs

parent f4836491
...@@ -54,10 +54,7 @@ class WorkflowEngineManager: ...@@ -54,10 +54,7 @@ class WorkflowEngineManager:
for node_type, node_class in node_classes.items(): for node_type, node_class in node_classes.items():
default_config = node_class.get_default_config() default_config = node_class.get_default_config()
if default_config: if default_config:
default_block_configs.append({ default_block_configs.append(default_config)
'type': node_type.value,
'config': default_config
})
return default_block_configs return default_block_configs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment