Skip to content
Snippets Groups Projects
Unverified Commit b3ffce6b authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12584 from germanocaumo/v2.3.x-release

fix(poll): remove wrong argument in quick-polls
parents d99ca450 a4fc9c1a
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class QuickPollDropdown extends Component {
);
const { slideId, quickPollOptions } = parsedSlide;
const quickPolls = getAvailableQuickPolls(slideId, quickPollOptions, startPoll, intl, pollTypes);
const quickPolls = getAvailableQuickPolls(slideId, quickPollOptions, startPoll, pollTypes);
if (quickPollOptions.length === 0) return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment