Don't POST if no choices set in poll
This commit is contained in:
parent
b7f80fb621
commit
45950da714
1 changed files with 1 additions and 0 deletions
|
@ -951,6 +951,7 @@ function Poll({
|
||||||
choices.push(value);
|
choices.push(value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
if (!choices.length) return;
|
||||||
setUIState('loading');
|
setUIState('loading');
|
||||||
await votePoll(choices);
|
await votePoll(choices);
|
||||||
setUIState('default');
|
setUIState('default');
|
||||||
|
|
Loading…
Add table
Reference in a new issue