Update component.jsx
This commit is contained in:
parent
a7d78109b2
commit
c66177d543
@ -209,7 +209,7 @@ const QuickPollDropdown = (props) => {
|
||||
|
||||
setTimeout(() => {
|
||||
handleClickQuickPoll(layoutContextDispatch);
|
||||
if (singlePollType === 'R-' || singlePollType === 'TF') {
|
||||
if (singlePollType === 'R-' || singlePollType === 'TF' || singlePollType === 'YN') {
|
||||
startPoll(singlePollType, currentSlide.id, answers, pollQuestion, multiResponse);
|
||||
} else {
|
||||
startPoll(
|
||||
|
Loading…
Reference in New Issue
Block a user