Skip to content

Commit

Permalink
Merge pull request #1211 from openworld-community/hotfix/event_title-…
Browse files Browse the repository at this point in the history
…and-event_organizer-symbols-extended-to-70

Symbols in Event Title and Organizer extended to 70
  • Loading branch information
il12 authored Jun 21, 2024
2 parents 73b9532 + 9a300d3 commit edb54fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/constants/defaultValues/validation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const LINK_MAX_LENGTH = 2048;
export const PRICE_MAX_VALUE = 999999;
export const ORGANIZER_MAX_LENGTH = 50;
export const EVENT_TITLE_MAX_LENGTH = 50;
export const ORGANIZER_MAX_LENGTH = 70;
export const EVENT_TITLE_MAX_LENGTH = 70;
export const EVENT_DESCRIPTION_MAX_LENGTH = 1000;
export const EVENT_ADDRESS_MAX_LENGTH = 255;
export const ALLOWED_IMAGE_SIZE = 2; //Mb
Expand Down

0 comments on commit edb54fb

Please sign in to comment.