Skip to content

Commit

Permalink
fix: increase keen's write key size constraint to 250 (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai authored Aug 8, 2023
1 parent ee47ed7 commit 6f6984e
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 6f6984e

Please sign in to comment.