diff --git a/ts/components/PollCreateModal.dom.tsx b/ts/components/PollCreateModal.dom.tsx index 4ef1be04a6..f52c5bf90a 100644 --- a/ts/components/PollCreateModal.dom.tsx +++ b/ts/components/PollCreateModal.dom.tsx @@ -47,7 +47,7 @@ export function PollCreateModal({ { id: generateUuid(), value: '' }, { id: generateUuid(), value: '' }, ]); - const [allowMultiple, setAllowMultiple] = useState(false); + const [allowMultiple, setAllowMultiple] = useState(true); const [emojiPickerOpenForOption, setEmojiPickerOpenForOption] = useState< string | null >(null);