diff --git a/src/pages/Research/constants.ts b/src/pages/Research/constants.ts index 205e07822..494087e68 100644 --- a/src/pages/Research/constants.ts +++ b/src/pages/Research/constants.ts @@ -2,7 +2,7 @@ import { UserRole } from 'oa-shared' export const RESEARCH_TITLE_MAX_LENGTH = 60 export const RESEARCH_TITLE_MIN_LENGTH = 5 -export const RESEARCH_MAX_LENGTH = 1000 +export const RESEARCH_MAX_LENGTH = 3000 export const RESEARCH_EDITOR_ROLES: UserRole[] = [ UserRole.ADMIN, UserRole.RESEARCH_EDITOR,