fix start quick poll
This commit is contained in:
parent
1cc066366f
commit
f452a5f164
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user