Skip to content

Commit

Permalink
fix: increase keen's write key size constraint to 250
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Aug 7, 2023
1 parent 51b77b7 commit a1ba8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/destinations/keen/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "textInput",
"label": "Write Key",
"value": "writeKey",
"regex": "^(.{0,100})$",
"regex": "^(.{0,250})$",
"regexErrorMessage": "Invalid Write Key",
"required": true
}
Expand Down

0 comments on commit a1ba8e1

Please sign in to comment.