[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(ui): increase max namespace connection announcement lenght of c…
Browse files Browse the repository at this point in the history
…haracters

This commis changes the number of characters from the connection amount from
127 to 4096
  • Loading branch information
luannmoreira authored and gustavosbarreto committed Jun 5, 2024
1 parent c2a134f commit f52cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Namespace/NamespaceEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const {
"Connection Announcement",
yup
.string()
.max(127, "Your message should be 1-127 characters long"),
.max(4096, "Your message should be 1-4096 characters long"),
{
initialValue: "",
},
Expand Down

0 comments on commit f52cdf7

Please sign in to comment.