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/ConfigTitle.vue')
-rw-r--r--src/js/components/Configuration/ConfigTitle.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Configuration/ConfigTitle.vue b/src/js/components/Configuration/ConfigTitle.vue
index b94e6533..9db7a963 100644
--- a/src/js/components/Configuration/ConfigTitle.vue
+++ b/src/js/components/Configuration/ConfigTitle.vue
@@ -34,7 +34,7 @@ export default {
computed: {
...mapState({
- poll: state => state.poll,
+ poll: (state) => state.poll,
}),
title: {