feat(api): adjust model fields and cleanup form creation logic

This commit is contained in:
QuantumGhost
2026-01-08 10:27:52 +08:00
parent de428bc9bb
commit f988619d2c
14 changed files with 60 additions and 11 deletions

View File

@ -92,6 +92,8 @@ def _build_form(db_session_with_containers, tenant, account):
node_id="node-1",
form_config=node_data,
rendered_content="Rendered",
delivery_methods=node_data.delivery_methods,
display_in_ui=False,
resolved_placeholder_values={},
)
return repo.create_form(params)