From 9cee344e996bef22785a1e965ffde21e4793370b Mon Sep 17 00:00:00 2001 From: KMY Date: Sun, 2 Apr 2023 12:33:03 +0900 Subject: [PATCH] Migrate poll options max 4 to 8 --- .../mastodon/features/compose/components/poll_form.jsx | 2 +- app/validators/poll_validator.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/compose/components/poll_form.jsx b/app/javascript/mastodon/features/compose/components/poll_form.jsx index bb03f6f662..81128c21cb 100644 --- a/app/javascript/mastodon/features/compose/components/poll_form.jsx +++ b/app/javascript/mastodon/features/compose/components/poll_form.jsx @@ -161,7 +161,7 @@ class PollForm extends ImmutablePureComponent {
- + {/* eslint-disable-next-line jsx-a11y/no-onchange */}