Updated poll options to be 25 max length

• Updated:
- poll options to be 25 max length
This commit is contained in:
mgabdev 2020-06-10 11:02:34 -04:00
parent c4c9dc521b
commit 7de58b5bf5
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class PollFormOption extends ImmutablePureComponent {
<Input
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
maxLength={64}
maxLength={25}
value={title}
onChange={this.handleOptionTitleChange}
/>