mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Polls: allow multiple votes by default
This commit is contained in:
@@ -47,7 +47,7 @@ export function PollCreateModal({
|
|||||||
{ id: generateUuid(), value: '' },
|
{ id: generateUuid(), value: '' },
|
||||||
{ id: generateUuid(), value: '' },
|
{ id: generateUuid(), value: '' },
|
||||||
]);
|
]);
|
||||||
const [allowMultiple, setAllowMultiple] = useState(false);
|
const [allowMultiple, setAllowMultiple] = useState(true);
|
||||||
const [emojiPickerOpenForOption, setEmojiPickerOpenForOption] = useState<
|
const [emojiPickerOpenForOption, setEmojiPickerOpenForOption] = useState<
|
||||||
string | null
|
string | null
|
||||||
>(null);
|
>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user