Skip to content

Commit

Permalink
fix: move assosiation to required field hs for retl connection (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Mar 8, 2024
1 parent 0e15bc9 commit 050a04a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/configurations/destinations/hs/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@
}
]
}
},
{
"type": "checkbox",
"label": "Create associations between object records",
"configKey": "doAssociation",
"default": false,
"preRequisites": {
"fields": [
{
"configKey": "apiVersion",
"value": "newApi"
}
]
}
}
]
}
Expand Down Expand Up @@ -136,20 +150,6 @@
"regexErrorMessage": "Invalid Hub ID",
"placeholder": "e.g: 74X991",
"note": "Your Hub ID (under account name)"
},
{
"type": "checkbox",
"label": "Create associations between object records",
"configKey": "doAssociation",
"default": false,
"preRequisites": {
"fields": [
{
"configKey": "apiVersion",
"value": "newApi"
}
]
}
}
]
}
Expand Down

0 comments on commit 050a04a

Please sign in to comment.