Skip to content

Commit

Permalink
Merge pull request #47693 from daledah/fix/46781
Browse files Browse the repository at this point in the history
fix: update description character limit
  • Loading branch information
mountiny authored Aug 23, 2024
2 parents d133c67 + 9414823 commit 3e28178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const CONST = {
},

REPORT_DESCRIPTION: {
MAX_LENGTH: 500,
MAX_LENGTH: 1000,
},

PULL_REQUEST_NUMBER,
Expand Down Expand Up @@ -2502,7 +2502,7 @@ const CONST = {
WORKSPACE_REPORT_FIELD_POLICY_MAX_LENGTH: 256,
REPORT_NAME_LIMIT: 100,
TITLE_CHARACTER_LIMIT: 100,
DESCRIPTION_LIMIT: 500,
DESCRIPTION_LIMIT: 1000,
WORKSPACE_NAME_CHARACTER_LIMIT: 80,

AVATAR_CROP_MODAL: {
Expand Down

0 comments on commit 3e28178

Please sign in to comment.