Skip to content

Commit

Permalink
[skip ci] fixup! feat: create new poll from drafts
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Oct 15, 2024
1 parent 7b7b3c9 commit 2dc84b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PollViewer/PollDraftHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:token="token"
:name="item.question"
draft
@click="openPollEditor(item.id)" />
@click="openPollEditor" />
</div>
<template #actions>
<NcButton @click="openPollEditor(null)">
Expand Down

0 comments on commit 2dc84b2

Please sign in to comment.