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
path: root/src
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2022-05-19 21:39:12 +0300
committerGitHub <noreply@github.com>2022-05-19 21:39:12 +0300
commite61ec023b6eb31a795a2be583849a3b097c4a282 (patch)
tree0b8b0ef6fc0201a93c0ee29e94d8e0528e5b345a /src
parent079fbeb116188abf7e20d14bb2f65f3915d42456 (diff)
parent7a60c1de7fc58084a312dc48bd8e948ff6eb9e63 (diff)
Merge pull request #2424 from nextcloud/fix/add-option-button-click
Fix click button on adding date option
Diffstat (limited to 'src')
-rw-r--r--src/js/components/SideBar/SideBarTabOptions.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabOptions.vue b/src/js/components/SideBar/SideBarTabOptions.vue
index 7514b52c..3b60b7a2 100644
--- a/src/js/components/SideBar/SideBarTabOptions.vue
+++ b/src/js/components/SideBar/SideBarTabOptions.vue
@@ -45,7 +45,10 @@
<OptionsDate />
<template #actions>
- <OptionsDateAdd v-if="!closed" />
+ <OptionsDateAdd v-if="!closed"
+ :caption="t('polls', 'Add a date')"
+ show-caption
+ primary />
</template>
</ConfigBox>