Skip to content

Commit

Permalink
Increase max proposal summary length to 10000 (#6457)
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan authored Sep 25, 2024
1 parent 65a5b1f commit bccacf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/home/MakeProposalModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const MAX_TITLE_LENGTH = 120;
const MAX_URL_LENGTH = 2000;
const MIN_SUMMARY_LENGTH = 3;
const MAX_SUMMARY_LENGTH = 5000;
const MAX_SUMMARY_LENGTH = 10000;
const CANISTER_ID_LENGTH = 27;
const client = getContext<OpenChat>("client");
Expand Down

0 comments on commit bccacf4

Please sign in to comment.