mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
feat(research): changed max length of research description from 1000 to 3000 (#3823)
feat: increase max length of research description to 3000
This commit is contained in:
committed by
GitHub
parent
7ada98ec14
commit
d21a388563
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user