Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-03-20 00:33:47 +0300
committerdartcafe <github@dartcafe.de>2021-03-22 09:33:39 +0300
commit6b88b230108f0cca53df3997404e3a3a0e42fdbf (patch)
tree017a77a4c6b2f560a368e8046e6964e9daf42aeb /src/js/views
parent329619e1623a4f60daa87da0f13b7d8c83c73ded (diff)
parent3aa5fbeb4207f9b3cdbbc6ea2375a47991d84d88 (diff)
Merge branch 'feature/addOptions' of https://github.com/nextcloud/polls into feature/addOptions
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views')
-rw-r--r--src/js/views/Vote.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 1699752b..28cf06f5 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -136,10 +136,10 @@ export default {
}),
...mapGetters({
- options: 'options/rankedOptions',
closed: 'poll/closed',
- viewMode: 'settings/viewMode',
+ options: 'options/rankedOptions',
pollTypeIcon: 'poll/typeIcon',
+ viewMode: 'settings/viewMode',
}),
showEmailEdit() {