fix start quick poll

This commit is contained in:
Ramón Souza 2021-10-26 16:38:52 +00:00
parent 1cc066366f
commit f452a5f164

View File

@ -40,7 +40,7 @@ export default withTracker((params) => {
Session.set('forcePollOpen', true);
window.dispatchEvent(new Event('panelChanged'));
makeCall('startPoll', PollService.pollTypes, type, id, false, '', answers);
makeCall('startPoll', PollService.pollTypes, type, id, false, '', false, answers);
};
return {