Skip to content

Commit

Permalink
Minor fix of the form structure #12
Browse files Browse the repository at this point in the history
  • Loading branch information
JetamZ committed Nov 26, 2024
1 parent 3fa22b2 commit 7741d56
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions WebApp/form_structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
{
"id": "targetDatabaseSection",
"title": "Target Database and Description",
"fields": [
"type":"COMPLEX",
"subfields": [
{
"id": "targetDatabase",
"label": "Target Database",
"type": "SIMPLE",
"type": "REPEATABLE",
"inputType": "text",
"readonly": true
"placeholder":"Target Database"
},
{
"id": "description",
"label": "Description",
"type": "SIMPLE",
"inputType": "text",
"readonly": true
"placeholder":"Query description"
}
]
},
Expand All @@ -31,7 +32,8 @@
"id": "goal",
"label": "Goal",
"type": "SIMPLE",
"inputType": "text"
"inputType": "text",
"placeholder":"goal"
},
{
"id": "columns",
Expand Down

0 comments on commit 7741d56

Please sign in to comment.