Skip to content

Commit

Permalink
fix: service details de description limitation (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanGerada3 authored Sep 6, 2024
1 parent 4a9072c commit ca497b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Patterns = {
shortDescription: /^.{10,120}$/,
},
offerPage: {
longDescription: /^.{9,1999}$/,
longDescription: /^.{10,1999}$/,
},
appPage: {
longDescriptionEN:
Expand Down

0 comments on commit ca497b9

Please sign in to comment.