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-09-05 21:33:42 +0300
committerdartcafe <github@dartcafe.de>2021-09-05 21:33:42 +0300
commitd37b03b217c4521be829c560c55a369c91ae55da (patch)
treea527cd2f02d875f4e0f5fd879551d963414a5d46 /src/js/components/SideBar
parent45b6e61557fedafd76366908f979684706d65f19 (diff)
fixes
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabShare.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabShare.vue b/src/js/components/SideBar/SideBarTabShare.vue
index ec68f788..5db8400e 100644
--- a/src/js/components/SideBar/SideBarTabShare.vue
+++ b/src/js/components/SideBar/SideBarTabShare.vue
@@ -27,7 +27,7 @@
<ConfigBox :title="t('polls', 'Add Shares')" icon-class="icon-add">
<UserSearch />
</ConfigBox>
- <SharesPublic v-if="allowPublicShares"/>
+ <SharesPublic v-if="allowPublicShares" />
<SharesUnsent />
</div>
</template>