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-10-18 21:08:19 +0300
committerdartcafe <github@dartcafe.de>2021-10-18 21:08:19 +0300
commita419f4abd76d872354ba356a99896aef0393267f (patch)
tree5eb9bb209e000d6d1e2d271bc2d2fb866633b76b /src/js/components/SideBar
parentf1ad6f9ae69b0fdbeada38883c8cf9816c1fcef1 (diff)
fixes and organizing models
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabConfiguration.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabConfiguration.vue b/src/js/components/SideBar/SideBarTabConfiguration.vue
index 32ee7a8d..37f20f9f 100644
--- a/src/js/components/SideBar/SideBarTabConfiguration.vue
+++ b/src/js/components/SideBar/SideBarTabConfiguration.vue
@@ -49,7 +49,7 @@
<ConfigBox :title="t('polls', 'Poll closing status')" :icon-class="closed ? 'icon-polls-closed' : 'icon-polls-open'">
<ConfigClosing @change="writePoll" />
<ConfigAutoReminder v-if="poll.type === 'datePoll' || poll.expire"
- @change="writePoll" />
+ @change="writePoll" />
</ConfigBox>
<ConfigBox v-if="acl.isOwner || acl.allowAllAccess" :title="t('polls', 'Access')" icon-class="icon-category-auth">