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:
Diffstat (limited to 'src/js/components/Configuration/ConfigVoteLimit.vue')
-rw-r--r--src/js/components/Configuration/ConfigVoteLimit.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/components/Configuration/ConfigVoteLimit.vue b/src/js/components/Configuration/ConfigVoteLimit.vue
index 400f7484..8939b051 100644
--- a/src/js/components/Configuration/ConfigVoteLimit.vue
+++ b/src/js/components/Configuration/ConfigVoteLimit.vue
@@ -45,8 +45,8 @@ export default {
computed: {
...mapState({
- poll: state => state.poll,
- countOptions: state => state.options.list.length,
+ poll: (state) => state.poll,
+ countOptions: (state) => state.options.list.length,
}),
useVoteLimit: {