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>2022-04-12 00:54:01 +0300
committerdartcafe <github@dartcafe.de>2022-04-12 00:54:01 +0300
commitdd0bbb590dbddc582af9e3bc41f91c0d9c29f963 (patch)
treebfd801fcb698af0e08b47df35a7ea7f100f075fc /src/js/components/Options
parent16ddb6e13436ec6c3a3c73fd737f503782f1e73f (diff)
lost icons
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionsDateShift.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/js/components/Options/OptionsDateShift.vue b/src/js/components/Options/OptionsDateShift.vue
index 58270686..0daa3bd6 100644
--- a/src/js/components/Options/OptionsDateShift.vue
+++ b/src/js/components/Options/OptionsDateShift.vue
@@ -37,7 +37,9 @@
<VueButton class="submit"
type="tertiary"
@click="shiftDates(shift)">
- <SubmitIcon />
+ <template #icon>
+ <SubmitIcon />
+ </template>
</VueButton>
</div>
</div>