Updated poll options to be 25 max length
• Updated: - poll options to be 25 max length
This commit is contained in:
@@ -223,7 +223,7 @@ class PollFormOption extends ImmutablePureComponent {
|
|||||||
|
|
||||||
<Input
|
<Input
|
||||||
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
||||||
maxLength={64}
|
maxLength={25}
|
||||||
value={title}
|
value={title}
|
||||||
onChange={this.handleOptionTitleChange}
|
onChange={this.handleOptionTitleChange}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user