mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Polls: allow multiple votes by default
Co-authored-by: yash-signal <yash@signal.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user