Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const MAX_INPUT_CHARACTERS = 5000;
export const MAX_INPUT_CHARACTERS_FOR_SUBJECT = 255;
export const MAX_SIZE_FOR_ATTACHMENT = 10;
export const MAX_ENTRIES_FOR_ATTACHMENT = 1;
export const DATE_FORMAT = 'MMMM d, YYYY h:mm aa';
export const DATE_FORMAT = 'MMMM d, yyyy h:mm aa';
export const LIST_VIEW_PAGE_SIZE = 5;