Skip to content

Commit f85ca01

Browse files
committed
Send input_fields in templates
1 parent f257eaf commit f85ca01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/yaml_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def get_app_template_from_yaml(yaml_file: str) -> dict:
117117
app['input_schema'].pop('title')
118118
app['input_ui_schema'] = get_ui_schema_from_json_schema(
119119
input_model.schema())
120-
app.pop('input_fields')
121120

122121
return AppTemplate(**yaml_dict)
123122

0 commit comments

Comments
 (0)