Skip to content

Commit

Permalink
update max-char limit (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong authored Jan 15, 2025
1 parent fd5aea7 commit a6f8717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/model/contracts/shared/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const PROFILE_STATUS = {
}
export const GROUP_NAME_MAX_CHAR = 50 // https://github.com/okTurtles/group-income/issues/2196
export const GROUP_DESCRIPTION_MAX_CHAR = 500
export const GROUP_PAYMENT_METHOD_MAX_CHAR = 250
export const GROUP_PAYMENT_METHOD_MAX_CHAR = 1024
export const GROUP_NON_MONETARY_CONTRIBUTION_MAX_CHAR = 150
export const GROUP_CURRENCY_MAX_CHAR = 10
export const GROUP_MAX_PLEDGE_AMOUNT = 1000000000
Expand Down

0 comments on commit a6f8717

Please sign in to comment.