Skip to content

Commit

Permalink
feat: onboard mixpanel on new form builder (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia authored Oct 23, 2024
1 parent 8a5e3ea commit 9e2d536
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 393 deletions.
2 changes: 1 addition & 1 deletion src/configurations/destinations/mp/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": ["token"],
"required": ["token", "dataResidency", "identityMergeApi"],
"type": "object",
"properties": {
"token": {
Expand Down
Loading

0 comments on commit 9e2d536

Please sign in to comment.