Skip to content

Commit

Permalink
Update Dashboard.js message field length (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-Nate committed Oct 8, 2020
1 parent dbbaaf0 commit 37fbabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/events/Dashboard.js
Expand Up @@ -70,7 +70,7 @@ const EVENT_STATUS_FIELDS = [
]
const EVENT_EMAIL_UPDATE_FIELDS = [
{name: 'subject', required: true},
{name: 'message', required: true, type: 'textarea'},
{name: 'message', required: true, type: 'textarea', max_length: 255*1000},
]

const EVENT_CLONE_FIELDS = [
Expand Down

0 comments on commit 37fbabb

Please sign in to comment.