Skip to content

Commit

Permalink
commit change from stringList to text dataType env #3301
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Sep 26, 2024
1 parent 68ab207 commit cf99b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forms/nht/nhtOutputReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "communicationDetails",
"columns": [
{
"dataType": "stringList",
"dataType": "text",
"name": "communicationMaterialType",
"constraints": [
"Advertising",
Expand Down Expand Up @@ -155,7 +155,7 @@
"name": "engagementDetails",
"columns": [
{
"dataType": "stringList",
"dataType": "text",
"name": "engagementType",
"constraints": [
"One-on-one technical advice",
Expand Down Expand Up @@ -2719,7 +2719,7 @@
"validate": "required,min[0]"
},
{
"dataType": "stringList",
"dataType": "text",
"name": "industryType",
"constraints": [
"Cropping",
Expand Down

0 comments on commit cf99b99

Please sign in to comment.